Closed
Description
The following critical go bugs have been fixed upstream and need to be integrated in release builds of CockroachDB:
- https://go-review.googlesource.com/c/go/+/363358/
- net/http: HTTP/2 response body Close method sometimes returns spurious context cancelation error (1.17.3 regression) [1.17 backport] golang/go#49559
- x/net/http2: setting Request.Close doesn't close TCP connections [1.17 backport] golang/go#49561
- time: ParseInLocation error [1.17 backport] golang/go#49407
- net/http: Possible HTTP/2 busy loop regression in Go 1.17.3 [1.17 backport] golang/go#49624
- x/net/http2: Client doesn't send body until ExpectContinueTimeout expires [1.17 backport] golang/go#49905
- x/net/http2: frequent failures in TestClientConnCloseAtBody [1.17 backport] golang/go#49911