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

tokio-quiche: add support for sending additional headers #1954

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

ghedo
Copy link
Member

@ghedo ghedo commented Feb 24, 2025

Since quiche will reject multiple calls to send_response*() on the same stream, we need to call send_additional_headers() after the initial headers are sent.

@ghedo ghedo requested a review from a team as a code owner February 24, 2025 18:38
@ghedo ghedo force-pushed the tq-additional-headers branch 3 times, most recently from 153ae65 to 8043a7b Compare February 25, 2025 10:23
LPardue
LPardue previously approved these changes Feb 25, 2025
@ghedo ghedo dismissed stale reviews from evanrittenhouse and LPardue via d610a8f February 25, 2025 14:50
@ghedo ghedo force-pushed the tq-additional-headers branch from 8043a7b to d610a8f Compare February 25, 2025 14:50
Since quiche will reject multiple calls to `send_response*()` on the
same stream, we need to call `send_additional_headers()` after the
initial headers are sent.
@ghedo ghedo force-pushed the tq-additional-headers branch from d610a8f to 6f73e78 Compare February 25, 2025 14:55
@ghedo ghedo merged commit 4b31429 into master Feb 25, 2025
36 checks passed
@ghedo ghedo deleted the tq-additional-headers branch February 25, 2025 15:39
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.

3 participants