Index: net/base/net_error_list.h |
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h |
index fba8846a7abc748b4371ab6230294989e8f4ed91..fa68713f566d825489497b54811c0c9c6022fe73 100644 |
--- a/net/base/net_error_list.h |
+++ b/net/base/net_error_list.h |
@@ -536,6 +536,9 @@ NET_ERROR(INCOMPLETE_CHUNKED_ENCODING, -355) |
// 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) |
wtc
2013/05/30 00:38:30
I suggest renaming this RESPONSE_HEADERS_TRUNCATED
agl
2013/06/03 18:18:29
Will do.
|
+ |
// The cache does not have the requested entry. |
NET_ERROR(CACHE_MISS, -400) |