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

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: Use linked_ptr Created 9 years, 2 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 770c6ba8f9b8e67e9f287e80034ef571ebdbbc4a..aba5b9703974146828b92d109e61c197b48dfe51 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