x/net/http2: server appears to send DATA_FRAME before END_HEADERS for a stream #12923
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: