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
yutakahirano
changed the title
Request uploading: Provide a way to not set Content-Length
Uploading: Provide a way to not set Content-Length
Aug 2, 2016
The current spec says:
POST
orPUT
, then set contentLengthValue to0
.Content-Length
/contentLengthValue to httpRequest's header list.We should not append a
Content-Length
header when uploading a Request made with a ReadableStream.The text was updated successfully, but these errors were encountered: