# HG changeset patch # User Sergey Kandaurov # Date 1557830224 -10800 # Node ID 86510f795546c8fcb57bbc73145f2fac8f191680 # Parent f026c41335b2521d8ba2eaa7cab65349b6e05fbf Tests: range filter TODO adjusted. diff --git a/proxy_force_ranges.t b/proxy_force_ranges.t --- a/proxy_force_ranges.t +++ b/proxy_force_ranges.t @@ -110,7 +110,7 @@ like(http_get_range('/proxy/t.html', # range sent using chunked transfer encoding TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.17.0'); like(http_get_range('/proxy/t.html', 'Range: bytes=-2'), qr/2${CRLF}IS${CRLF}0$CRLF$CRLF$/, 'no dublicate final chunk');