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

Unified Diff: net/http/http_network_transaction.h

Issue 7289006: Basic HTTP pipelining support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change pool API Created 9 years, 3 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
Index: net/http/http_network_transaction.h
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
index c450bcb48a9890b99ba4f5bafb2c69bdac593fba..ebb982abc9703cf5ada738d0944adb9d2ce382c3 100644
--- a/net/http/http_network_transaction.h
+++ b/net/http/http_network_transaction.h
@@ -165,6 +165,10 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
// is returned.
int HandleIOError(int error);
+ // Called when an ERR_PIPELINE_EVICTION is returned from the stream. Attempts
+ // to restart the transaction from the beginning.
+ int RestartAfterPipelineEviction();
+
// Gets the response headers from the HttpStream.
HttpResponseHeaders* GetResponseHeaders() const;

Powered by Google App Engine
This is Rietveld 408576698