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