-
Committer:
v.ladeuil+lp at free
-
Date:
2006-12-13 16:29:49 UTC
-
mto:
(2183.1.1 Aaron's integration)
-
mto:
This revision was merged to the branch mainline in
revision
2184.
-
Revision ID:
v.ladeuil+lp@free.fr-20061213162949-xd0gmdi5uj73l8ya
Thanks again to Aaron, the http server RFC2616 compliance
continue to progress.
*Â bzrlib/tests/test_http.py:
(TestRanges, TestRanges_urllib, TestRanges_pycurl): New tests
classes for the Range header.
*Â bzrlib/tests/HttpServer.py:
(TestingHTTPRequestHandler.parse_ranges): RFC2616 says that
'start > end' is a syntax error for a range specifier.
(TestingHTTPRequestHandler.do_GET.check_range):Â Update
self._satisfiable_ranges, satisfiable_ranges is a free variable.