Index: net/base/net_error_list.h |
=================================================================== |
--- net/base/net_error_list.h (revision 205381) |
+++ net/base/net_error_list.h (working copy) |
@@ -536,6 +536,9 @@ |
// There is a QUIC protocol error. |
NET_ERROR(QUIC_PROTOCOL_ERROR, -356) |
+// The HTTP headers were truncated by an EOF. |
+NET_ERROR(HEADERS_TRUNCATED, -357) |
+ |
// The cache does not have the requested entry. |
NET_ERROR(CACHE_MISS, -400) |