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

Unified Diff: net/base/net_log_event_type_list.h

Issue 7289006: Basic HTTP pipelining support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge 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
« no previous file with comments | « net/base/net_error_list.h ('k') | net/http/http_basic_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log_event_type_list.h
diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h
index 1547bc8f850ed4b4d1342485987d38de2fc34101..8ebca16a6d8ad1ca439432033a44a65c22f50779 100644
--- a/net/base/net_log_event_type_list.h
+++ b/net/base/net_log_event_type_list.h
@@ -845,6 +845,13 @@ EVENT_TYPE(HTTP_TRANSACTION_READ_BODY)
// restarting for authentication, on keep alive connections.
EVENT_TYPE(HTTP_TRANSACTION_DRAIN_BODY_FOR_AUTH_RESTART)
+// This event is sent when we try to restart a transaction after an error.
+// The following parameters are attached:
+// {
+// "net_error": <The net error code integer for the failure>,
+// }
+EVENT_TYPE(HTTP_TRANSACTION_RESTART_AFTER_ERROR)
+
// ------------------------------------------------------------------------
// SpdySession
// ------------------------------------------------------------------------
« no previous file with comments | « net/base/net_error_list.h ('k') | net/http/http_basic_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698