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
Content-Length header should be honored when passing an InputStream, close#1440
Motivation:
When Content-Length is known beforehand, we shouldn’t ignore it and
enforce chunked transfer-encoding.
Modification:
Honor Content-Length request header.
Result:
Chunked transfer-encoding is no longer enforced
0 commit comments