Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly ignore 1xx responses #366

Closed
annevk opened this issue Aug 10, 2016 · 3 comments
Closed

Explicitly ignore 1xx responses #366

annevk opened this issue Aug 10, 2016 · 3 comments

Comments

@annevk
Copy link
Member

annevk commented Aug 10, 2016

Per HTTP the reply to a request is a sequence of responses. We only handle (and expose) the last of those, but are not very explicit about it.

We should fix that as it makes it clearer what the interaction actually is and easier to talk about extensions around 1xx.

@annevk
Copy link
Member Author

annevk commented Aug 23, 2016

101 should be returned however as otherwise WebSocket breaks...

@annevk annevk closed this as completed in 075ab68 Aug 23, 2016
@cassepipe
Copy link

So this means that if I have a backend returning 100 from a fetch request the client made, the request will never complete ?

@annevk
Copy link
Member Author

annevk commented Sep 2, 2023

If that is all you return, yes. That would also be in line with the RFCs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants