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

Drop unknown frames on connection stream #10771

Merged
merged 1 commit into from Nov 4, 2020
Merged

Conversation

artgon
Copy link
Contributor

@artgon artgon commented Nov 3, 2020

Motivation:

We received a bug report from the Chrome team at Google, their canary builds are failing HTTP/2 GREASE testing to netflix.com.

The reason it's failing is that Netty can't handle unknown frames without an active stream created. Let me know if you'd like more info, such as stack traces or repro steps.

Modification:

The change is minor and simply ignores unknown frames on the connection stream, similarly to onWindowUpdateRead.

Result:

I figured I would just submit a PR rather than filing an issue, but let me know if you want me to do that for tracking purposes.

@netty-bot
Copy link

Can one of the admins verify this patch?

@chrisvest
Copy link
Contributor

@netty-bot test this please

@normanmaurer normanmaurer added this to the 4.1.54.Final milestone Nov 4, 2020
@normanmaurer normanmaurer merged commit b63e2df into netty:4.1 Nov 4, 2020
@normanmaurer
Copy link
Member

@artgon thanks a lot!

normanmaurer pushed a commit that referenced this pull request Nov 4, 2020
Motivation:

We received a [bug report](https://bugs.chromium.org/p/chromium/issues/detail?id=1143320) from the Chrome team at Google, their canary builds are failing [HTTP/2 GREASE](https://tools.ietf.org/html/draft-bishop-httpbis-grease-00) testing to netflix.com.

The reason it's failing is that Netty can't handle unknown frames without an active stream created. Let me know if you'd like more info, such as stack traces or repro steps. 

Modification:

The change is minor and simply ignores unknown frames on the connection stream, similarly to `onWindowUpdateRead`.

Result:

I figured I would just submit a PR rather than filing an issue, but let me know if you want me to do that for tracking purposes.
raidyue pushed a commit to raidyue/netty that referenced this pull request Jul 8, 2022
Motivation:

We received a [bug report](https://bugs.chromium.org/p/chromium/issues/detail?id=1143320) from the Chrome team at Google, their canary builds are failing [HTTP/2 GREASE](https://tools.ietf.org/html/draft-bishop-httpbis-grease-00) testing to netflix.com.

The reason it's failing is that Netty can't handle unknown frames without an active stream created. Let me know if you'd like more info, such as stack traces or repro steps. 

Modification:

The change is minor and simply ignores unknown frames on the connection stream, similarly to `onWindowUpdateRead`.

Result:

I figured I would just submit a PR rather than filing an issue, but let me know if you want me to do that for tracking purposes.
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

4 participants