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

Unified Diff: net/spdy/spdy_http_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/spdy/spdy_http_stream.h
===================================================================
--- net/spdy/spdy_http_stream.h (revision 68026)
+++ net/spdy/spdy_http_stream.h (working copy)
@@ -33,6 +33,8 @@
public:
// SpdyHttpStream constructor
SpdyHttpStream(SpdySession* spdy_session, bool direct);
+ // Constructs a SpdyHttpStream that wraps an existing SpdyStream.
willchan no longer on Chromium 2010/12/14 00:34:42 Same style comment on overloading being disallowed
Ryan Hamilton 2010/12/15 20:14:17 Done.
+ explicit SpdyHttpStream(SpdyStream* spdy_stream);
virtual ~SpdyHttpStream();
SpdyStream* stream() { return stream_.get(); }

Powered by Google App Engine
This is Rietveld 408576698