Closed
Bug 950910
Opened 11 years ago
Closed 11 years ago
assign better default http reason phrases
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: mcmanus, Assigned: mcmanus)
Details
Attachments
(1 file)
6.57 KB,
patch
|
u408661
:
review+
|
Details | Diff | Splinter Review |
this has been hanging around in the http/2 patch queue.. it can be committed right now separately. it is useful for http/1 too.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8348320 -
Flags: review?(hurley)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → mcmanus
Status: NEW → ASSIGNED
Attachment #8348320 -
Flags: review?(hurley) → review+
Comment 2•11 years ago
|
||
Comment on attachment 8348320 [details] [diff] [review]
http default reason phrases
Review of attachment 8348320 [details] [diff] [review]:
-----------------------------------------------------------------
::: netwerk/protocol/http/nsHttpResponseHead.cpp
@@ +159,5 @@
> + mStatusText.AssignLiteral("Temporary Redirect");
> + break;
> + case 500:
> + mStatusText.AssignLiteral("Internal Server Error");
> + break;
nit: I think all of the above should be sorted into the list below. It'd be easier to read and I doubt there's any performance impact either way.
Assignee | ||
Comment 3•11 years ago
|
||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•