diff options
author | Latif Khalifa | 2010-10-09 17:46:09 +0200 |
---|---|---|
committer | Latif Khalifa | 2010-10-09 17:46:09 +0200 |
commit | 06d3a529a9ea31de997f187bfa6a646e25b7a1cf (patch) | |
tree | 7af8d2abcc040a51d0ba04caa075eaf410d7b2e8 /OpenSim/Region/CoreModules/Avatar/Combat | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC_OLD-06d3a529a9ea31de997f187bfa6a646e25b7a1cf.zip opensim-SC_OLD-06d3a529a9ea31de997f187bfa6a646e25b7a1cf.tar.gz opensim-SC_OLD-06d3a529a9ea31de997f187bfa6a646e25b7a1cf.tar.bz2 opensim-SC_OLD-06d3a529a9ea31de997f187bfa6a646e25b7a1cf.tar.xz |
In case when 1 single byte is requested (yes viewer does this)
start of the ranges gets clamped with a wrong value. In case of a texture with
601 byte long texture the viewer request range 0-599 first, then 600- in which case
both start and end should be 600.
End can also be 0, valid request for the firt byte of the file is 0-0.
Thanks to Thickbrick for explaining how HTTP range header works.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Combat')
0 files changed, 0 insertions, 0 deletions