-
Notifications
You must be signed in to change notification settings - Fork 18k
x/net/http2: server appears to send DATA_FRAME before END_HEADERS for a stream #12923
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
Comments
This is wrong. Ignore. Will file another. |
I've updated the issue with a test hangs reproducibly. |
I've submitted a CL here https://go-review.googlesource.com/#/c/15807/ |
The Have you observed this DATA-before-HEADERS behavior otherwise? That is, is it just the test that's buggy but the issue remains? |
I just audited the code for ways a DATA frame can go out before the HEADERS but I'm not seeing a way: from the handler's goroutine, I'm closing this for now until I have something to go on. |
I think this exposed what I was trying to: #12998 |
Running
go test -run=TestServer_Response_LargeWrite_Concurrent -v
hangs.The text was updated successfully, but these errors were encountered: