Closed Bug 837939 Opened 13 years ago Closed 12 years ago

set spdy max incoming connections to 0

Categories

(Core :: Networking: HTTP, enhancement)

18 Branch
x86_64
Windows 7
enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla21

People

(Reporter: mcmanus, Assigned: mcmanus)

Details

(Whiteboard: [spdy])

Attachments

(1 file)

Somewhere along the line it was clarified that TYPE_MAX_CONCURRENT spdy settings applied bidirectionally. (the other interpretation was that this was the server setting only and if sent by the client was just a persisted echo of that.) The value in that is we can set it to 0 in the interim period while server push is not yet implemented (which I intend to do). This will prevent servers from pushing streams at us. (What happens now is that they push them and we cancel them, which is ok but wastes a bunch of incoming bandwidth). I talked to a couple of folks this week who are looking to deploy push on the server side, so this will help.
Attached patch patch 0Splinter Review
Assignee: nobody → mcmanus
Attachment #709962 - Flags: review?(honzab.moz)
Comment on attachment 709962 [details] [diff] [review] patch 0 Review of attachment 709962 [details] [diff] [review]: ----------------------------------------------------------------- r=honzab BTW, do we implement (honor) the limit on our side when the server sent some number in its settings?
Attachment #709962 - Flags: review?(honzab.moz) → review+
> > BTW, do we implement (honor) the limit on our side when the server sent some > number in its settings? yes, and its pretty well tested as one of the google services sets it to 10 (the default is 100).
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: