Closed
Bug 643291
Opened 15 years ago
Closed 15 years ago
chnage nshttpcompressconv NS_ERROR to NS_WARNING for data input error
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mcmanus, Assigned: mcmanus)
References
Details
Attachments
(1 file)
|
1.32 KB,
patch
|
mayhemer
:
review+
|
Details | Diff | Splinter Review |
in the presence of an invalid deflate stream nshttpcompressconv generates an assertion via NS_ERROR.. external data should not cause assertions.
a negative test case in the websockets test harness generates this.
| Assignee | ||
Updated•15 years ago
|
Assignee: nobody → mcmanus
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #520526 -
Flags: review?(honzab.moz)
Comment 2•15 years ago
|
||
Comment on attachment 520526 [details] [diff] [review]
compress assertion v1
r=honzab
Agree.
Attachment #520526 -
Flags: review?(honzab.moz) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 4•15 years ago
|
||
Backed out on suspicion of causing Tp4 regression: http://hg.mozilla.org/mozilla-central/rev/25a266b7d18e
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 5•15 years ago
|
||
this is cleared of being the tp4 regression (it was 628561).. ready to push
again
| Assignee | ||
Comment 6•15 years ago
|
||
pushed to cedar
http://hg.mozilla.org/projects/cedar/rev/e48f48ad28be
Comment 7•15 years ago
|
||
Pushed to m-c
http://hg.mozilla.org/mozilla-central/rev/e48f48ad28be
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•