Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1516)

Unified Diff: net/http/http_network_transaction.h

Issue 2298823002: Resetting the HttpRequestInfo pointers in HttpNetworkTransaction and streams (Closed)
Patch Set: Rebased till refs/heads/master@{#425377} Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_basic_state.cc ('k') | net/http/http_network_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_transaction.h
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
index ec2b5cef2b5ceab041f6649923f8ce27962a2e80..198f1ce61ffe492414af43e9a4e608c3a788050f 100644
--- a/net/http/http_network_transaction.h
+++ b/net/http/http_network_transaction.h
@@ -312,7 +312,12 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
HttpNetworkSession* session_;
NetLogWithSource net_log_;
+
+ // Reset to null at the start of the Read state machine.
const HttpRequestInfo* request_;
+
+ // The requested URL.
+ GURL url_;
RequestPriority priority_;
HttpResponseInfo response_;
« no previous file with comments | « net/http/http_basic_state.cc ('k') | net/http/http_network_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698