Uh oh!
There was an error while loading. Please reload this page.
Support informational responses with HTTP/1.1 - #581
Conversation
Thank you! Just a quick question: should 1xx responses on non-streaming requests return? With this PR they do but I'm not sure that's intentional. (I think they should definitely return for streaming requests, though) Here's the bit in specific I'm not sure about:
|
lovelydinosaur
commented
Sep 30, 2022
Yes, I think that's okay. You'll end up with a 101 response, with body that'll stream the network content. At the But you'd need to have sent an upgrade request in the first place, so you'd have to deliberately do odd things, and you'd end up in a reasonable failure state. |
Prompted by #572 (comment)