diff options
Diffstat (limited to 'net/base')
-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 12bb3a4..9502018 100644 --- a/net/base/net_error_list.h +++ b/net/base/net_error_list.h @@ -288,6 +288,9 @@ NET_ERROR(UNRECOGNIZED_FTP_DIRECTORY_LISTING_FORMAT, -334) // Attempted use of an unknown FLIP stream id. NET_ERROR(INVALID_FLIP_STREAM, -335) +// There are no supported proxies in the provided list. +NET_ERROR(EMPTY_PROXY_LIST, -336) + // The cache does not have the requested entry. NET_ERROR(CACHE_MISS, -400) |