diff uwsgi_body.t @ 1748:b27bcded6449

Tests: removed TODOs for fixes merged in 1.20.2.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 23 Nov 2021 16:14:46 +0300
parents 9fc3b428b18a
children
line wrap: on
line diff
--- a/uwsgi_body.t
+++ b/uwsgi_body.t
@@ -92,14 +92,9 @@ like(http_get_length('/', ''), qr/cl=0 '
 
 # rewrite set is used to cache $content_length early
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.21.4');
-
 like(http_get_chunked('/', 'foobar'), qr/cl=6 'foobar'/, 'uwsgi chunked');
 like(http_get_chunked('/', ''), qr/cl=0 ''/, 'uwsgi empty chunked');
 
-}
-
 ###############################################################################
 
 sub http_get_length {