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

Unified Diff: chrome/browser/net/http_pipelining_compatibility_client.h

Issue 9567025: Ensure pipelined requests are sent in the same order they're queued. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Clean up unit test Created 8 years, 10 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 | « no previous file | chrome/browser/net/http_pipelining_compatibility_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/http_pipelining_compatibility_client.h
diff --git a/chrome/browser/net/http_pipelining_compatibility_client.h b/chrome/browser/net/http_pipelining_compatibility_client.h
index 023a35b12d524f1737bd47b58196a465aba0e847..f1af081529177052300ce569e1d065d0401511a9 100644
--- a/chrome/browser/net/http_pipelining_compatibility_client.h
+++ b/chrome/browser/net/http_pipelining_compatibility_client.h
@@ -96,10 +96,9 @@ class HttpPipeliningCompatibilityClient {
void Finished(Status result);
const int request_id_;
- net::URLRequest request_;
+ scoped_ptr<net::URLRequest> request_;
const RequestInfo info_;
HttpPipeliningCompatibilityClient* client_;
- bool finished_;
scoped_refptr<net::IOBuffer> read_buffer_;
std::string response_;
};
« no previous file with comments | « no previous file | chrome/browser/net/http_pipelining_compatibility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698