net/http/httputil.ServerConn.re (field)
10 uses
net/http/httputil (current package)
persist.go#L41: re, we error // read/write errors
persist.go#L113: if sc.re != nil {
persist.go#L115: return nil, sc.re
persist.go#L135: sc.re = err
persist.go#L148: sc.re = ErrPersistEOF
persist.go#L149: return nil, sc.re
persist.go#L151: sc.re = err
persist.go#L158: sc.re = ErrPersistEOF
persist.go#L159: return req, sc.re
persist.go#L209: sc.re = ErrPersistEOF
![]() |
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. |