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
User defined Content-Length request header should have precedence over the one from the body, all the more when it's undefined and we fall back to chunked transfer-encoding.
The text was updated successfully, but these errors were encountered:
slandelle
changed the title
Content-Length header should be honored when passing an InputStream
Content-Length request header should be honored
Jul 25, 2017
…1440
Motivation:
When Content-Length is known beforehand, we shouldn’t ignore it and
enforce chunked transfer-encoding.
Modification:
Honor Content-Length request header when it's defined.
Result:
Chunked transfer-encoding is no longer enforced
User defined Content-Length request header should have precedence over the one from the body, all the more when it's undefined and we fall back to chunked transfer-encoding.
The text was updated successfully, but these errors were encountered: