summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/http/http_network_transaction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
index dc850b5..86c613f 100644
--- a/net/http/http_network_transaction.h
+++ b/net/http/http_network_transaction.h
@@ -250,6 +250,7 @@ class HttpNetworkTransaction : public HttpTransaction {
STATE_WRITE_BODY,
STATE_WRITE_BODY_COMPLETE,
STATE_READ_HEADERS,
+ STATE_UNUSED, // TODO(wtc): temporary, for debugging issue 3772.
STATE_READ_HEADERS_COMPLETE,
STATE_READ_BODY,
STATE_READ_BODY_COMPLETE,