net/http.wantConn.pc (field)
13 uses
net/http (current package)
transport.go#L1193: pc *persistConn
transport.go#L1212: if w.pc != nil || w.err != nil {
transport.go#L1216: w.pc = pc
transport.go#L1218: if w.pc == nil && w.err == nil {
transport.go#L1229: if w.pc == nil && w.err == nil {
transport.go#L1232: pc := w.pc
transport.go#L1233: w.pc = nil
transport.go#L1348: pc := w.pc
transport.go#L1372: if w.pc != nil && w.pc.alt == nil && trace != nil && trace.GotConn != nil {
transport.go#L1373: trace.GotConn(httptrace.GotConnInfo{Conn: w.pc.conn, Reused: w.pc.isReused()})
transport.go#L1393: return w.pc, w.err
![]() |
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. |