You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: