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

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: Cleaned up 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.
+ SpdyHttpStream(SpdyStream* spdy_stream);
vandebo (ex-Chrome) 2010/12/04 00:30:37 explicit
Ryan Hamilton 2010/12/09 21:19:35 Done.
virtual ~SpdyHttpStream();
SpdyStream* stream() { return stream_.get(); }

Powered by Google App Engine
This is Rietveld 408576698