Closed
Bug 1092613
Opened 11 years ago
Closed 11 years ago
reason phrases for http 207 and 208
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: mcmanus, Assigned: mcmanus)
Details
Attachments
(1 file)
|
1.17 KB,
patch
|
u408661
:
review+
|
Details | Diff | Splinter Review |
dav reason phrases
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8515528 -
Flags: review?(hurley)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mcmanus
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8515528 [details] [diff] [review]
reason phrases for http 207 and 208
Review of attachment 8515528 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM, ship it!
::: netwerk/protocol/http/nsHttpResponseHead.cpp
@@ +192,5 @@
> case 206:
> mStatusText.AssignLiteral("Partial Content");
> break;
> + case 207:
> + mStatusText.AssignLiteral("Multi-Status");
Leeloo Dallas Multi-Status? :-P
Attachment #8515528 -
Flags: review?(hurley) → review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•