Skip to content

Add support for 100-continue on H3 connections#10171

Closed
maskit wants to merge 1 commit intoapache:masterfrom
maskit:h3_post
Closed

Add support for 100-continue on H3 connections#10171
maskit wants to merge 1 commit intoapache:masterfrom
maskit:h3_post

Conversation

@maskit
Copy link
Member

@maskit maskit commented Aug 10, 2023

No description provided.

@maskit maskit added the HTTP/3 label Aug 10, 2023
@maskit maskit self-assigned this Aug 10, 2023
if (c->write_vio == nullptr) {
consumer_handler(VC_EVENT_ERROR, c);
} else if (c->write_vio->ntodo() == 0 && c->alive) {
consumer_handler(VC_EVENT_WRITE_COMPLETE, c);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is needed for #9857

@maskit
Copy link
Member Author

maskit commented Aug 10, 2023

Autest fails because it sends a big DATA frame and current H3 impl can't handle H3 frames that are over 64KB.

@ezelkow1
Copy link
Member

[approve ci]

@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.

@github-actions github-actions bot added the Stale label Dec 21, 2023
@github-actions github-actions bot closed this Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants