Closed
Description
#!watchflakes
post <- pkg == "net/http" && test == "TestTransportPersistConnReadLoopEOF" && `send: [Cc]onnection reset by peer`
Examples:
- https://build.golang.org/log/db36c47e207d169418b1fb6cf8e729fc179ebeb9
- https://build.golang.org/log/a384a8b3d229e534d42898bb547f5b7855d59205
--- FAIL: TestTransportPersistConnReadLoopEOF (0.00s)
transport_internal_test.go:62: pc.closed = http.nothingWrittenError{error:(*net.OpError)(0x181c5a0)}, write tcp 127.0.0.1:2->127.0.0.1:1: send: Connection reset by peer; want errServerClosedIdle or transportReadFromServerError
FAIL
FAIL net/http 28.029s
See previously:
- net/http: "use of closed network connection" in TestTransportPersistConnReadLoopEOF on android-386-emu #49450
- net/http: TestServerEmptyBodyRace_h2 flakes with "connection reset by peer" #22540
(CC @neild @golang/wasm)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done