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

Unified Diff: net/spdy/spdy_session.h

Issue 5712009: Increase the initial spdy concurrent stream limit to 10 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_session.h
===================================================================
--- net/spdy/spdy_session.h (revision 69022)
+++ net/spdy/spdy_session.h (working copy)
@@ -207,7 +207,7 @@
CLOSED
};
- enum { kDefaultMaxConcurrentStreams = 6 }; // TODO(mbelshe) remove this
+ enum { kDefaultMaxConcurrentStreams = 10 };
struct PendingCreateStream {
const GURL* url;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698