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

x/net/http2: conn_PROTOCOL_ERROR_reset_idle_stream #48658

Open
bradfitz opened this issue Sep 28, 2021 · 0 comments
Open

x/net/http2: conn_PROTOCOL_ERROR_reset_idle_stream #48658

bradfitz opened this issue Sep 28, 2021 · 0 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@bradfitz
Copy link
Contributor

I have a Go HTTP/2 client & server load balancer front-end, talking to an HTTP/2 server backend.

6 days ago, running code from x/net HEAD at the time, I saw a few instances of the server backend's error counter conn_PROTOCOL_ERROR_reset_idle_stream.

That is, a Transport (also x/net/http2 at same rev) sent a RSTStream frame to the server for a stream that was "idle" as far as the server was concerned, so the server hung up on the client.

/cc @neild

@mknyszek mknyszek added this to the Unreleased milestone Oct 4, 2021
@mknyszek mknyszek added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants