-
-
Notifications
You must be signed in to change notification settings - Fork 278
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
Panic in FlowControl::send_data (self.window_size >= sz as usize) #607
Comments
@nox Hi nox, do you have any clue on this? |
I encounter the same issue occasionally with v0.3.21. To catch more useful info, I manually add more logs inside h2. But it is not easy to reproduce it. Does the panic indicate some programming errors outside the h2 library or some possible internal bugs? |
I've changed basically the same assert in code which executed earlier and added more context to assert message to see the actual values which triggers asserts:
Assert hit several time a day, so far I've got 2:
There are some additional asserts I've observed also on modified version of h2 with assert in flow control:
|
The text was updated successfully, but these errors were encountered: