var net/http/httputil.ErrPersistEOF
6 uses
net/http/httputil (current package)
persist.go#L19: ErrPersistEOF = &http.ProtocolError{ErrorString: "persistent connection closed"}
persist.go#L148: sc.re = ErrPersistEOF
persist.go#L158: sc.re = ErrPersistEOF
persist.go#L209: sc.re = ErrPersistEOF
persist.go#L335: cc.we = ErrPersistEOF
persist.go#L418: cc.re = ErrPersistEOF // don't send any more requests
![]() |
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. |