diff options
Diffstat (limited to 'net/http/http_basic_stream.h')
-rw-r--r-- | net/http/http_basic_stream.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/http/http_basic_stream.h b/net/http/http_basic_stream.h index a572bfc..2da2f4d 100644 --- a/net/http/http_basic_stream.h +++ b/net/http/http_basic_stream.h @@ -63,11 +63,15 @@ class HttpBasicStream : public HttpStream { virtual void SetConnectionReused(); + virtual ClientSocketHandle* DetachConnection(); + virtual void GetSSLInfo(SSLInfo* ssl_info); virtual void GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info); private: + bool IsDetached() const; + scoped_refptr<GrowableIOBuffer> read_buf_; scoped_ptr<HttpStreamParser> parser_; |