Skip to content

HTTP/3: Handle server completing request before reading all the request body #31970

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

Closed
2 of 3 tasks
JamesNK opened this issue Apr 20, 2021 · 0 comments · Fixed by #33578 or #34409
Closed
2 of 3 tasks

HTTP/3: Handle server completing request before reading all the request body #31970

JamesNK opened this issue Apr 20, 2021 · 0 comments · Fixed by #33578 or #34409
Assignees
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions HTTP3
Milestone

Comments

@JamesNK
Copy link
Member

JamesNK commented Apr 20, 2021

See https://quicwg.org/base-drafts/draft-ietf-quic-http.html#section-4.1-15

Should log and send H3_NO_ERROR to the client to stop sending the request body.

To do:

  • QUIC abort is only sent to client
  • Request frame process loop exits
  • OnStreamComplete is called for request stream
@JamesNK JamesNK added this to the 6.0-preview5 milestone Apr 20, 2021
@JamesNK JamesNK reopened this Jun 19, 2021
@BrennanConroy BrennanConroy removed this from the 6.0-preview5 milestone Jul 14, 2021
@JamesNK JamesNK self-assigned this Jul 16, 2021
@BrennanConroy BrennanConroy added this to the 6.0-rc1 milestone Jul 16, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Sep 2, 2021
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Jun 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions HTTP3
Projects
None yet
3 participants