Closed
Bug 837939
Opened 13 years ago
Closed 12 years ago
set spdy max incoming connections to 0
Categories
(Core :: Networking: HTTP, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: mcmanus, Assigned: mcmanus)
Details
(Whiteboard: [spdy])
Attachments
(1 file)
|
1.35 KB,
patch
|
mayhemer
:
review+
|
Details | Diff | Splinter Review |
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.
| Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → mcmanus
Attachment #709962 -
Flags: review?(honzab.moz)
Comment 2•13 years ago
|
||
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+
| Assignee | ||
Comment 3•13 years ago
|
||
>
> 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).
| Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
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.
Description
•