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

Unified Diff: net/quic/quic_http_stream.h

Issue 2077683002: Move the logic for delaying 0-RTT QUIC POST from the QuicStreamFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@QuicHttpStream
Patch Set: tweak Created 4 years, 6 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/quic/quic_flags.cc ('k') | net/quic/quic_http_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_http_stream.h
diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
index eb213871d3e8db5b0fd9383872ed95124326ffb0..7a1302ed475da537ca079886cc43fb3876333fd6 100644
--- a/net/quic/quic_http_stream.h
+++ b/net/quic/quic_http_stream.h
@@ -96,6 +96,8 @@ class NET_EXPORT_PRIVATE QuicHttpStream
STATE_NONE,
STATE_REQUEST_STREAM,
STATE_SET_REQUEST_PRIORITY,
+ STATE_WAIT_FOR_CONFIRMATION,
+ STATE_WAIT_FOR_CONFIRMATION_COMPLETE,
STATE_SEND_HEADERS,
STATE_SEND_HEADERS_COMPLETE,
STATE_READ_REQUEST_BODY,
@@ -112,6 +114,8 @@ class NET_EXPORT_PRIVATE QuicHttpStream
int DoLoop(int rv);
int DoStreamRequest();
int DoSetRequestPriority();
+ int DoWaitForConfirmation();
+ int DoWaitForConfirmationComplete(int rv);
int DoSendHeaders();
int DoSendHeadersComplete(int rv);
int DoReadRequestBody();
« no previous file with comments | « net/quic/quic_flags.cc ('k') | net/quic/quic_http_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698