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

HTTP2 - 100 continue triggered by content request #6033

Closed
3 tasks done
danielkec opened this issue Feb 1, 2023 · 0 comments
Closed
3 tasks done

HTTP2 - 100 continue triggered by content request #6033

danielkec opened this issue Feb 1, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@danielkec
Copy link
Contributor

danielkec commented Feb 1, 2023

https://httpwg.org/specs/rfc9113.html#rfc.section.8.8.5

  HTTP/1.1 100 Continue            HEADERS
  Extension-Field: bar       ==>     - END_STREAM
                                     + END_HEADERS
                                       :status = 100
                                       extension-field = bar

  HTTP/1.1 200 OK                  HEADERS
  Content-Type: image/jpeg   ==>     - END_STREAM
  Transfer-Encoding: chunked         + END_HEADERS
  Trailer: Foo                         :status = 200
                                       content-type = image/jpeg
  123                                  trailer = Foo
  {binary data}
  0                                DATA
  Foo: bar                           - END_STREAM
                                   {binary data}

                                   HEADERS
                                     + END_STREAM
                                     + END_HEADERS
                                       foo = bar
@m0mus m0mus added the P3 label Feb 2, 2023
@m0mus m0mus added webserver Níma Helidon Níma 4.x Version 4.x labels Feb 2, 2023
@m0mus m0mus added this to the 4.0.0 milestone Feb 2, 2023
This was referenced Jul 31, 2023
@barchetta barchetta modified the milestones: 4.0.0, 4.0.0-RC1 Sep 5, 2023
@m0mus m0mus added this to Backlog Aug 12, 2024
@m0mus m0mus moved this to Closed in Backlog Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

3 participants