My app hangs up at https://golang.org/src/net/http/h2_bundle.go

Hello!

I use third-party software with my own code to build reverse-proxy, which supports http/2. Sometimes requests hang up with infinite waiting. With Delve I found, that it happens in https://golang.org/src/net/http/h2_bundle.go in writeHeaders or in writeDataFromHandler. But I have no any idea why it happens. Which tools should I use to find the reason of such behaviour?

Long problem description: https://github.com/golang/go/issues/42534

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.