diff options
Diffstat (limited to 'net/http/http_network_transaction.h')
-rw-r--r-- | net/http/http_network_transaction.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h index 7fb579a..40c9a17 100644 --- a/net/http/http_network_transaction.h +++ b/net/http/http_network_transaction.h @@ -234,6 +234,9 @@ class HttpNetworkTransaction : public HttpTransaction { char* read_buf_; int read_buf_len_; + // TODO(eroman): temp instrumentation to track down a bug. + int bug_3772_state_; + enum State { STATE_RESOLVE_PROXY, STATE_RESOLVE_PROXY_COMPLETE, @@ -250,7 +253,6 @@ 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, |