Closed anmonteiro closed 2 years ago
relevant code snippet: https://github.com/anmonteiro/httpaf/blob/bc80664d505105bf03f08454d730dd7d35ce681a/lib/server_connection.ml#L200-L204
This doesn't work for chunked-encoded responses, which need to go through the Body.t Faraday encoder and transfer_to_writer.
transfer_to_writer
relevant code snippet: https://github.com/anmonteiro/httpaf/blob/bc80664d505105bf03f08454d730dd7d35ce681a/lib/server_connection.ml#L200-L204
This doesn't work for chunked-encoded responses, which need to go through the Body.t Faraday encoder and
transfer_to_writer
.