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

Add info response support #593

Merged
merged 1 commit into from
Feb 7, 2020
Merged

Add info response support #593

merged 1 commit into from
Feb 7, 2020

Conversation

ixti
Copy link
Member

@ixti ixti commented Feb 7, 2020

This patch adds support for 1XX informational responses. Those kinds of responses are sent along with normal responses, and flow looks like:

> GET / HTTP/1.1
> Host: example.com
>

< HTTP/1.1 100 Continue
< HTTP/1.1 200 OK
< Content-Length: 12
<
< Hello World!

Notice that server responds (sends to the socket) 2 HTTP responses.


Resolves: #592

@ixti
Copy link
Member Author

ixti commented Feb 7, 2020

/cc @matuszewskijan

This patch adds support for 1XX informational responses. Those kinds of
responses are sent along with normal responses, and flow looks like:

    > GET / HTTP/1.1
    > Host: example.com
    >

    < HTTP/1.1 100 Continue
    < HTTP/1.1 200 OK
    < Content-Length: 12
    <
    < Hello World!

Notice that server responds (sends to the socket) 2 HTTP responses.
@ixti ixti merged commit fa081fe into master Feb 7, 2020
@ixti ixti deleted the add-info-status-support branch February 7, 2020 21:38
@matuszewskijan
Copy link

@ixti is it possible to release v5.0.0pre3 version with this patch?

We already need it to support one of our clients API.

@ixti
Copy link
Member Author

ixti commented Feb 20, 2020

Ok. Will do that shortly today.

@matuszewskijan
Copy link

@ixti sorry that I bother you again. Any news on the above?

@ixti
Copy link
Member Author

ixti commented Feb 26, 2020

@matuszewskijan sorry, got overwhelmed at work and forgot about this request completely. Thank for a reminder - just cut pre3 release.

@tarcieri tarcieri mentioned this pull request May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support 100 continue responses
3 participants