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

Unified Diff: net/http/http_network_transaction.h

Issue 119346: Introduce HttpStream and HttpBasicStream. (Closed)
Patch Set: Add comments to HttpBasicStream. Switch declaration order of Read/Write. Created 11 years, 6 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_stream.h ('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 3c3811d2aabf1c0615892cd92f03a0c01f2c4780..af3a5f40082557ac284a6e3e8ab9b179d84be2c4 100644
--- a/net/http/http_network_transaction.h
+++ b/net/http/http_network_transaction.h
@@ -30,6 +30,7 @@ namespace net {
class ClientSocketFactory;
class HttpChunkedDecoder;
class HttpNetworkSession;
+class HttpStream;
class UploadDataStream;
class HttpNetworkTransaction : public HttpTransaction {
@@ -296,6 +297,7 @@ class HttpNetworkTransaction : public HttpTransaction {
ClientSocketFactory* socket_factory_;
ClientSocketHandle connection_;
+ scoped_ptr<HttpStream> http_stream_;
bool reused_socket_;
bool using_ssl_; // True if handling a HTTPS request
« no previous file with comments | « net/http/http_basic_stream.h ('k') | net/http/http_network_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698