aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers
diff options
context:
space:
mode:
authorDr Scofield2008-05-22 12:59:42 +0000
committerDr Scofield2008-05-22 12:59:42 +0000
commita97fa3f43e313848ba6b4cd65840ba8c60ac485f (patch)
treec0caaaa7fb3532727f24e5b722c639a5c191512f /OpenSim/Framework/Servers
parentFix for Mantis 1340. Thanks Melanie! (diff)
downloadopensim-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/Servers')
-rw-r--r--OpenSim/Framework/Servers/OSHttpStatusCodes.cs2
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