diff options
Diffstat (limited to 'OpenSim/Framework/Servers/OSHttpStatusCodes.cs')
-rw-r--r-- | OpenSim/Framework/Servers/OSHttpStatusCodes.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/Servers/OSHttpStatusCodes.cs b/OpenSim/Framework/Servers/OSHttpStatusCodes.cs index 2e001cf..9a04d82 100644 --- a/OpenSim/Framework/Servers/OSHttpStatusCodes.cs +++ b/OpenSim/Framework/Servers/OSHttpStatusCodes.cs | |||
@@ -138,6 +138,8 @@ namespace OpenSim.Framework.Servers | |||
138 | // expressed in one or more Expect header fields cannot be met | 138 | // expressed in one or more Expect header fields cannot be met |
139 | // by the server, the server is awfully sorry about this. | 139 | // by the server, the server is awfully sorry about this. |
140 | ClientErrorExpectationFailed = 417, | 140 | ClientErrorExpectationFailed = 417, |
141 | // 499 Client error: Wildcard error. | ||
142 | ClientErrorJoker = 499, | ||
141 | 143 | ||
142 | // 5xx Server errors (rare) | 144 | // 5xx Server errors (rare) |
143 | // 500 Server error: something really strange and unexpected | 145 | // 500 Server error: something really strange and unexpected |