Re: [whatwg/fetch] Request body streams should use chunked encoding (#966)

> > I'd like to hear opinions from server side developers.
> 
> I would expect this to behave like any other PUT, without any special chucked encoding.

But we don't have content-length, so we need to use chunked transfer encoding (for HTTP/1.1).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/966#issuecomment-614446378

Received on Thursday, 16 April 2020 06:42:11 UTC