net/http.ProtocolError.ErrorString (field)

5 uses

	net/http (current package)
		request.go#L46: 	ErrorString string
		request.go#L49: func (pe *ProtocolError) Error() string { return pe.ErrorString }

	net/http/httputil
		persist.go#L19: 	ErrPersistEOF = &http.ProtocolError{ErrorString: "persistent connection closed"}
		persist.go#L22: 	ErrClosed = &http.ProtocolError{ErrorString: "connection closed by user"}
		persist.go#L25: 	ErrPipeline = &http.ProtocolError{ErrorString: "pipeline error"}