net/http.persistConn.closech (field)
7 uses
net/http (current package)
transport.go#L1562: closech: make(chan struct{}),
transport.go#L1880: closech chan struct{} // closed when conn closed
transport.go#L2220: case <-pc.closech:
transport.go#L2335: case <-pc.closech:
transport.go#L2411: case <-pc.closech:
transport.go#L2606: pcClosed := pc.closech
transport.go#L2706: close(pc.closech)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |