diff options
author | Dr Scofield | 2008-05-22 12:59:42 +0000 |
---|---|---|
committer | Dr Scofield | 2008-05-22 12:59:42 +0000 |
commit | a97fa3f43e313848ba6b4cd65840ba8c60ac485f (patch) | |
tree | c0caaaa7fb3532727f24e5b722c639a5c191512f /OpenSim/Framework | |
parent | Fix for Mantis 1340. Thanks Melanie! (diff) | |
download | opensim-SC_OLD-a97fa3f43e313848ba6b4cd65840ba8c60ac485f.zip opensim-SC_OLD-a97fa3f43e313848ba6b4cd65840ba8c60ac485f.tar.gz opensim-SC_OLD-a97fa3f43e313848ba6b4cd65840ba8c60ac485f.tar.bz2 opensim-SC_OLD-a97fa3f43e313848ba6b4cd65840ba8c60ac485f.tar.xz |
changing more 'raw' HTTP status codes to OSHttpStatusCodes.
Diffstat (limited to 'OpenSim/Framework')
-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 |