#!watchflakes
post <- pkg == "net/http" && test == "TestTransportDiscardsUnneededConns" && `use of closed network connection`
Issue created automatically to collect these failures.
Example (log):
--- FAIL: TestTransportDiscardsUnneededConns (0.00s)
--- FAIL: TestTransportDiscardsUnneededConns/h2 (2.54s)
clientserver_test.go:1141: 10 connections opened, 8 closed; want 9 to close
clientserver_test.go:210: server log: http: TLS handshake error from 127.0.0.1:51208: read tcp 127.0.0.1:51199->127.0.0.1:51208: use of closed network connection
— watchflakes