diff options
Diffstat (limited to 'net/base/net_error_list.h')
-rw-r--r-- | net/base/net_error_list.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h index 517ee4da..1b21084 100644 --- a/net/base/net_error_list.h +++ b/net/base/net_error_list.h @@ -156,6 +156,9 @@ NET_ERROR(SSL_DECOMPRESSION_FAILURE_ALERT, -125) // from servers with buggy DEFLATE support. NET_ERROR(SSL_BAD_RECORD_MAC_ALERT, -126) +// The HTTP auth handler requires a DNS lookup to find the canonical name. +NET_ERROR(AUTH_NEEDS_CANONICAL_NAME, -127) + // Certificate error codes // // The values of certificate error codes must be consecutive. |