rnewson commented on PR #6013:
URL: https://github.com/apache/couchdb/pull/6013#issuecomment-5202680109

   doing all the chunked responses is a little more involved but worth looking 
it. we'd need to stash the result of `zlib:open` somewhere. Ideally in the Resp 
value but might have to be the process dictionary. Since we have 
start_chunked_response, send_chunk and last_chunk it should be possible. The 
only worry I have is for any consumer that would like parse those responses 
line-by-line, the compression would mess with that.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to