Closed
Bug 393624
Opened 17 years ago
Closed 17 years ago
HTTP resuming code should check for error status codes
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha8
People
(Reporter: Biesinger, Assigned: Biesinger)
Details
Attachments
(1 file)
(deleted),
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
bzbarsky
:
approval1.9+
|
Details | Diff | Splinter Review |
(from bug 377243 comment 68)
An error status (4xx, etc) should cause the channel to fail when resuming
Assignee | ||
Comment 1•17 years ago
|
||
Attachment #278137 -
Flags: superreview?(bzbarsky)
Attachment #278137 -
Flags: review?(bzbarsky)
Comment 2•17 years ago
|
||
Comment on attachment 278137 [details] [diff] [review]
patch
Looks reasonable
Attachment #278137 -
Flags: superreview?(bzbarsky)
Attachment #278137 -
Flags: superreview+
Attachment #278137 -
Flags: review?(bzbarsky)
Attachment #278137 -
Flags: review+
Assignee | ||
Updated•17 years ago
|
Attachment #278137 -
Flags: approval1.9?
Assignee | ||
Updated•17 years ago
|
Target Milestone: --- → mozilla1.9 M8
Updated•17 years ago
|
Attachment #278137 -
Flags: review+
Attachment #278137 -
Flags: approval1.9?
Attachment #278137 -
Flags: approval1.9+
Assignee | ||
Comment 3•17 years ago
|
||
Checking in protocol/http/src/nsHttpChannel.cpp;
/cvsroot/mozilla/netwerk/protocol/http/src/nsHttpChannel.cpp,v <-- nsHttpChannel.cpp
new revision: 1.319; previous revision: 1.318
done
Checking in test/unit/head_channels.js;
/cvsroot/mozilla/netwerk/test/unit/head_channels.js,v <-- head_channels.js
new revision: 1.2; previous revision: 1.1
done
RCS file: /cvsroot/mozilla/netwerk/test/unit/test_resumable_channel.js,v
done
Checking in test/unit/test_resumable_channel.js;
/cvsroot/mozilla/netwerk/test/unit/test_resumable_channel.js,v <-- test_resumable_channel.js
initial revision: 1.1
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•