net/http/httputil.ClientConn.re (field)
9 uses
net/http/httputil (current package)
persist.go#L234: re, we error // read/write errors
persist.go#L319: if cc.re != nil { // no point sending if read-side closed or broken
persist.go#L321: return cc.re
persist.go#L379: if cc.re != nil {
persist.go#L381: return nil, cc.re
persist.go#L401: cc.re = err
persist.go#L410: cc.re = err
persist.go#L418: cc.re = ErrPersistEOF // don't send any more requests
persist.go#L419: return resp, cc.re
![]() |
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. |