1
Fork 0

error: correct doc reference

This commit is contained in:
Drew DeVault 2023-02-12 13:19:00 +01:00
parent 1679405268
commit e7f4a73aab

View file

@ -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