fix: send chunks as "text" (no SIP-003 length prefix)

This commit is contained in:
Jude Nelson
2023-08-15 16:47:47 -04:00
parent bb67412c48
commit 6b795f1125

View File

@@ -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(