Segmented response for GET request with transfer-encoding: chunked
ewilazarus opened this issue · 1 comments
ewilazarus commented
Whenever attempting to GET a resource, on the response assembly, gentlemen invokes EnsureResponseFinalized
, which works perfectly for the majority of use cases.
However, when the response uses a transfer-encoding: chunked strategy, the response should only be finalized once all chunks have been processed.