net/http.wantConn.ready (field)
6 uses
net/http (current package)
transport.go#L1184: ready chan struct{} // closed when pc, err pair is delivered
transport.go#L1200: case <-w.ready:
transport.go#L1221: close(w.ready)
transport.go#L1230: close(w.ready) // catch misbehavior in future delivery
transport.go#L1336: ready: make(chan struct{}, 1),
transport.go#L1369: case <-w.ready:
![]() |
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. |