error: correct doc reference
This commit is contained in:
parent
1679405268
commit
e7f4a73aab
|
@ -4,7 +4,7 @@ use net::dial;
|
|||
|
||||
// Errors possible while servicing HTTP requests. Note that these errors are for
|
||||
// errors related to the processing of the HTTP connection; semantic HTTP errors
|
||||
// such as [[STATUS_NOTFOUND]] are not handled by this type.
|
||||
// such as [[STATUS_NOT_FOUND]] are not handled by this type.
|
||||
export type error = !(dial::error | io::error | errors::unsupported | protoerr);
|
||||
|
||||
// An HTTP protocol error occurred, indicating that the remote party is not
|
||||
|
|
Loading…
Reference in a new issue