Mercurial > hg
view tests/README @ 8612:e10e984bea46
statichttprepo: handle remote not supporting Range headers
- If remote does not support Range header, 200 is answered instead of 206. The
HTTPRangeHandler left these responses unchanged, so the data has to be sliced
by the receiver.
- httprangereader file pointer was not updated.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Sun, 24 May 2009 18:31:01 +0200 |
parents | d0bbd8ee50c7 |
children | 1de6e7e1bb9f |
line wrap: on
line source
To run the tests, do: cd tests/ python run-tests.py See http://www.selenic.com/mercurial/wiki/index.cgi/WritingTests for more information on writing tests.