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

Unified Diff: net/http/http_basic_stream.h

Issue 4935001: Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS pro... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove stray reference to connect_response_http_stream.h Created 10 years 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
Index: net/http/http_basic_stream.h
===================================================================
--- net/http/http_basic_stream.h (revision 68026)
+++ net/http/http_basic_stream.h (working copy)
@@ -31,6 +31,7 @@
class HttpBasicStream : public HttpStream {
public:
HttpBasicStream(ClientSocketHandle* connection, bool using_proxy);
+ HttpBasicStream(HttpStreamParser* parser, ClientSocketHandle* connection);
vandebo (ex-Chrome) 2010/12/14 00:30:23 Maybe comments describing the different use cases
willchan no longer on Chromium 2010/12/14 00:34:42 Overloading is against the style guide. It's not
Ryan Hamilton 2010/12/15 20:14:17 Done.
Ryan Hamilton 2010/12/15 20:14:17 Sounds like a good idea, though willchan pointed o
virtual ~HttpBasicStream();
// HttpStream methods:

Powered by Google App Engine
This is Rietveld 408576698