If chunked reader is used, airframe-http-recorder just returns the entire responses as a whole, so the behavior will not be the same if the response is a chunked response.
We need to set Finagle.Response.isChunked = true when replaying chunked responses
If chunked reader is used, airframe-http-recorder just returns the entire responses as a whole, so the behavior will not be the same if the response is a chunked response.
We need to set Finagle.Response.isChunked = true when replaying chunked responses