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

Ignore Http2SettingsAckFrame frame #1225

Merged
merged 1 commit into from
Nov 20, 2020
Merged

Conversation

Scottmitch
Copy link
Member

Motivation:
We currently don't handle the Http2SettingsAckFrame. We should ignore it
but instead let it propagate to the end of the pipeline and get a
warning debug message from Netty.

Modifications:

  • Ignore the Http2SettingsAckFrame as we don't do anything with it.

Result:
Fixes #1122.

Motivation:
We currently don't handle the Http2SettingsAckFrame. We should ignore it
but instead let it propagate to the end of the pipeline and get a
warning debug message from Netty.

Modifications:
- Ignore the Http2SettingsAckFrame as we don't do anything with it.

Result:
Fixes apple#1122.
@Scottmitch Scottmitch merged commit d9a5f39 into apple:main Nov 20, 2020
@Scottmitch Scottmitch deleted the h2_settings_ack branch November 20, 2020 06:25
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.

DefaultHttp2SettingsAckFrame reached the tail of the pipeline
2 participants