mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-22 15:15:33 +08:00
fix: send chunks as "text" (no SIP-003 length prefix)
This commit is contained in:
@@ -4752,7 +4752,7 @@ impl HttpResponseType {
|
||||
md.request_id,
|
||||
|ref mut fd| keep_alive_headers(fd, md),
|
||||
)?;
|
||||
HttpResponseType::send_bytestream(protocol, md, fd, chunk)?;
|
||||
HttpResponseType::send_text(protocol, md, fd, chunk)?;
|
||||
}
|
||||
HttpResponseType::StackerDBChunkAck(ref md, ref ack_data) => {
|
||||
HttpResponsePreamble::new_serialized(
|
||||
|
||||
Reference in New Issue
Block a user