Closed
Bug 798426
Opened 13 years ago
Closed 13 years ago
spdy/3 handlegoaway payload length wrong
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: mcmanus, Assigned: mcmanus)
References
Details
(Whiteboard: [spdy])
Attachments
(1 file)
|
1.42 KB,
patch
|
mayhemer
:
review+
|
Details | Diff | Splinter Review |
spdy/3 changed the payload length to 8 from spdy/2's 4 but the spdy/3 implementation didn't make that change.
receiving a valid 8 byte message results in a protocol error being generated and an immediate session shutdown when the goaway should result in an orderly shutdown.
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #668491 -
Flags: review?(honzab.moz)
Updated•13 years ago
|
Attachment #668491 -
Flags: review?(honzab.moz) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•