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

Unified Diff: net/http/http_basic_stream.h

Issue 1884943003: HttpStreamParser: Don't reuse sockets which receive unparsed data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix drainer test ('True' means closed...) Created 4 years, 8 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 | « no previous file | net/http/http_basic_stream.cc » ('j') | net/http/http_basic_stream.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_basic_stream.h
diff --git a/net/http/http_basic_stream.h b/net/http/http_basic_stream.h
index 1bb9a0be7cc4c67ccbe6b81fa568b1583cca3d65..6d043e24d804b91b8347efa48ee329cabe8ea54c 100644
--- a/net/http/http_basic_stream.h
+++ b/net/http/http_basic_stream.h
@@ -79,7 +79,8 @@ class HttpBasicStream : public HttpStream {
Error GetSignedEKMForTokenBinding(crypto::ECPrivateKey* key,
std::vector<uint8_t>* out) override;
- void Drain(HttpNetworkSession* session) override;
+ void Drain(HttpNetworkSession* session,
+ scoped_ptr<HttpResponseInfo> response_info) override;
void PopulateNetErrorDetails(NetErrorDetails* details) override;
« no previous file with comments | « no previous file | net/http/http_basic_stream.cc » ('j') | net/http/http_basic_stream.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698