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
Previously, using a `Request`/`Response` `body` in another `fetch`
request, without copying over headers would send the request with
`Transfer-Encoding: chunked`. The Workers runtime will remember the
`Content-Length` here, so we now attach it to the stream.
…#545)
Previously, using a `Request`/`Response` `body` in another `fetch`
request, without copying over headers would send the request with
`Transfer-Encoding: chunked`. The Workers runtime will remember the
`Content-Length` here, so we now attach it to the stream.
Test script. Request sent to the http://127.0.0.1:8000/foo is chunked.
The text was updated successfully, but these errors were encountered: