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 nghttp3_recv_settings callback #133

Merged
merged 1 commit into from
May 28, 2023
Merged

Add nghttp3_recv_settings callback #133

merged 1 commit into from
May 28, 2023

Conversation

tatsuhiro-t
Copy link
Member

Add nghttp3_recv_settings callback which is invoked when SETTINGS frame is received.

This commit fixes the issue that rstate is not reset when entire SETTINGS is read, instead it is reset when a next frame is received.

Add nghttp3_recv_settings callback which is invoked when SETTINGS
frame is received.

This commit fixes the issue that rstate is not reset when entire
SETTINGS is read, instead it is reset when a next frame is received.
@tatsuhiro-t tatsuhiro-t added this to the v0.12.0 milestone May 28, 2023
@tatsuhiro-t tatsuhiro-t merged commit d272573 into main May 28, 2023
26 checks passed
@tatsuhiro-t tatsuhiro-t deleted the recv-settings branch May 28, 2023 08:08
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.

None yet

1 participant