diff options
Diffstat (limited to 'OpenSim/Capabilities/Handlers')
-rw-r--r-- | OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs b/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs index 9b43a80..8d25e18 100644 --- a/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs +++ b/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs | |||
@@ -223,9 +223,9 @@ namespace OpenSim.Capabilities.Handlers | |||
223 | // sending back the last byte instead of an error status | 223 | // sending back the last byte instead of an error status |
224 | if (start >= texture.Data.Length) | 224 | if (start >= texture.Data.Length) |
225 | { | 225 | { |
226 | m_log.DebugFormat( | 226 | // m_log.DebugFormat( |
227 | "[GETTEXTURE]: Client requested range for texture {0} starting at {1} but texture has end of {2}", | 227 | // "[GETTEXTURE]: Client requested range for texture {0} starting at {1} but texture has end of {2}", |
228 | texture.ID, start, texture.Data.Length); | 228 | // texture.ID, start, texture.Data.Length); |
229 | 229 | ||
230 | // Stricly speaking, as per http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html, we should be sending back | 230 | // Stricly speaking, as per http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html, we should be sending back |
231 | // Requested Range Not Satisfiable (416) here. However, it appears that at least recent implementations | 231 | // Requested Range Not Satisfiable (416) here. However, it appears that at least recent implementations |
@@ -390,4 +390,4 @@ namespace OpenSim.Capabilities.Handlers | |||
390 | return null; | 390 | return null; |
391 | } | 391 | } |
392 | } | 392 | } |
393 | } \ No newline at end of file | 393 | } |