mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1092613 - reason phrases for http 207 and 208. r=hurley
This commit is contained in:
parent
6e9d702614
commit
e692b619ce
@ -192,6 +192,12 @@ nsHttpResponseHead::AssignDefaultStatusText()
|
||||
case 206:
|
||||
mStatusText.AssignLiteral("Partial Content");
|
||||
break;
|
||||
case 207:
|
||||
mStatusText.AssignLiteral("Multi-Status");
|
||||
break;
|
||||
case 208:
|
||||
mStatusText.AssignLiteral("Already Reported");
|
||||
break;
|
||||
case 300:
|
||||
mStatusText.AssignLiteral("Multiple Choices");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user