- From: Mark Nottingham <notifications@github.com>
- Date: Sun, 24 Nov 2019 20:21:30 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 25 November 2019 04:21:32 UTC
I don't think requiring H2 or TLS will do much good here; many (most?) CDNs talk H1 on the back end, so if there are interop problems, they still can happen (although I think by far the most common behaviour will be generating a `411 Length Required`; many/most servers do this if `Content-Length` isn't present, as they want to know how many bytes they're about to handle). Don't use half-close to delimit a request; you'll have a bad time. -- 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-557981310
Received on Monday, 25 November 2019 04:21:32 UTC