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

Unified Diff: net/spdy/spdy_framer.h

Issue 139573002: Added a flow control blocked notification message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-uploading, no changes. Created 6 years, 11 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/spdy/spdy_framer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_framer.h
diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h
index 0447af075159695fb087f709f40c7eca89e3482b..07903f1e41274afac0bee05ecfbff29df751ad51 100644
--- a/net/spdy/spdy_framer.h
+++ b/net/spdy/spdy_framer.h
@@ -440,10 +440,11 @@ class NET_EXPORT_PRIVATE SpdyFramer {
SpdySerializedFrame* SerializeCredential(
const SpdyCredentialIR& credential) const;
- // Serializes a BLOCKED frame. The BLOCKED frame is used to indicate to the
- // remote endpoint that this endpoint believes itself to be flow-control
- // blocked but otherwise ready to send data. The BLOCKED frame is purely
- // advisory and optional.
+ // Creates and serializes a BLOCKED frame. The BLOCKED frame is used to
+ // indicate to the remote endpoint that this endpoint believes itself to be
+ // flow-control blocked but otherwise ready to send data. The BLOCKED frame
+ // is purely advisory and optional.
+ SpdyFrame* CreateBlocked(SpdyStreamId stream_id);
SpdySerializedFrame* SerializeBlocked(const SpdyBlockedIR& blocked) const;
// Creates and serializes a PUSH_PROMISE frame. The PUSH_PROMISE frame is used
« no previous file with comments | « no previous file | net/spdy/spdy_framer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698