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

Unexpected GOAWAY on small message #802

Open
l-monninger opened this issue Oct 11, 2024 · 1 comment
Open

Unexpected GOAWAY on small message #802

l-monninger opened this issue Oct 11, 2024 · 1 comment

Comments

@l-monninger
Copy link

Summary

See hyperium/tonic#1992 (comment)

@l-monninger l-monninger changed the title Unexpected GOAWAY on Small Message Unexpected GOAWAY on small message Oct 11, 2024
@seanmonstar
Copy link
Member

It really would be helpful to see a description inline here, instead of following a series of links. But, one thing I notice: it's a GOAWAY from the Library, which means it is an error case that the library detected and triggered, as opposed to being received from the peer. For example, if you have a client, and the server sent back a frame that is bigger than the default max size, that could trigger it. (If that's the case, the peer is being especially bad, since the max frame size cannot be assumed, it is negotiated.)

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

No branches or pull requests

2 participants