diff options
Diffstat (limited to 'net/http/http_transaction_winhttp.h')
-rw-r--r-- | net/http/http_transaction_winhttp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/http/http_transaction_winhttp.h b/net/http/http_transaction_winhttp.h index 430a288..5bb3b94 100644 --- a/net/http/http_transaction_winhttp.h +++ b/net/http/http_transaction_winhttp.h @@ -185,7 +185,8 @@ class HttpTransactionWinHttp : public HttpTransaction { // worry about thread synchronization issues.) bool need_to_wait_for_handle_closing_; - // True if we have called WinHttpRequestThrottle::SubmitRequest. + // True if we have called WinHttpRequestThrottle::SubmitRequest but haven't + // called WinHttpRequestThrottle::NotifyRequestDone. bool request_submitted_; DISALLOW_EVIL_CONSTRUCTORS(HttpTransactionWinHttp); |