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
This is a significant problem when communicating with older HTTP servers that do not support chunked encoding (e.g. nginx 1.0.x), and the body size is known. This seems like a one-line > vs. >= fix:
This is a significant problem when communicating with older HTTP servers that do not support chunked encoding (e.g. nginx 1.0.x), and the body size is known. This seems like a one-line > vs. >= fix:
https://github.com/AsyncHttpClient/async-http-client/blob/master/providers/grizzly/src/main/java/org/asynchttpclient/providers/grizzly/bodyhandler/BodyGeneratorBodyHandler.java#L47
https://github.com/AsyncHttpClient/async-http-client/blob/ahc-1.7.x/src/main/java/com/ning/http/client/providers/grizzly/GrizzlyAsyncHttpProvider.java#L2196
The text was updated successfully, but these errors were encountered: