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

Issue 5712009: Increase the initial spdy concurrent stream limit to 10 (Closed)

Created:
10 years ago by Mike Belshe
Modified:
9 years, 5 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Increase the initial spdy concurrent stream limit to 10 BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69176

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M net/spdy/spdy_session.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Mike Belshe
10 years ago (2010-12-14 17:29:43 UTC) #1
willchan no longer on Chromium
10 years ago (2010-12-14 19:06:05 UTC) #2
LGTM

On Tue, Dec 14, 2010 at 9:29 AM, <mbelshe@chromium.org> wrote:

> Reviewers: willchan,
>
> Description:
> Increase the initial spdy concurrent stream limit to 10
>
> BUG=none
> TEST=none
>
>
> Please review this at http://codereview.chromium.org/5712009/
>
> SVN Base: svn://chrome-svn/chrome/trunk/src/
>
> Affected files:
>  M     net/spdy/spdy_session.h
>
>
> 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;
>
>
>

Powered by Google App Engine
This is Rietveld 408576698