changing more 'raw' HTTP status codes to OSHttpStatusCodes.

This commit is contained in:
Dr Scofield
2008-05-22 12:59:42 +00:00
parent 9915fa13fb
commit a97fa3f43e
2 changed files with 5 additions and 2 deletions

View File

@@ -138,6 +138,8 @@ namespace OpenSim.Framework.Servers
// expressed in one or more Expect header fields cannot be met
// by the server, the server is awfully sorry about this.
ClientErrorExpectationFailed = 417,
// 499 Client error: Wildcard error.
ClientErrorJoker = 499,
// 5xx Server errors (rare)
// 500 Server error: something really strange and unexpected