2019-12-09T16:08:50-c0dbc17/js-wasm has an interesting timeout failure.
It's not obvious to me whether it is due to a bug in the test, a bug in the js/wasm standard library, or a bug in x/net/http2 or one of its dependencies that happens to be exposed by the different goroutine scheduling on js/wasm.
The presence of a goroutine blocked in net.(*bufferedPipe).Read via crypto/tls makes me suspect a concurrency bug in either golang.org/x/net/http2 or crypto/tls, but admittedly that evidence is not compelling.
I also can't reliably determine how often this occurs or on what platforms because I can't fetch most of the x/net logs (#35515).
CC @bradfitz @FiloSottile @tombergan
2019-12-09T16:08:50-c0dbc17/js-wasm has an interesting timeout failure.
It's not obvious to me whether it is due to a bug in the test, a bug in the
js/wasmstandard library, or a bug inx/net/http2or one of its dependencies that happens to be exposed by the different goroutine scheduling onjs/wasm.The presence of a goroutine blocked in
net.(*bufferedPipe).Readviacrypto/tlsmakes me suspect a concurrency bug in eithergolang.org/x/net/http2orcrypto/tls, but admittedly that evidence is not compelling.I also can't reliably determine how often this occurs or on what platforms because I can't fetch most of the
x/netlogs (#35515).CC @bradfitz @FiloSottile @tombergan