diff body_chunked.t @ 1937:2a0a6035a1af

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 25 Aug 2023 18:12:08 +0400
parents 122002b19416
children 5cf0e07d63a1
line wrap: on
line diff
--- a/body_chunked.t
+++ b/body_chunked.t
@@ -178,22 +178,12 @@ like(http_transfer_encoding("chunked\nTr
 like(http_transfer_encoding('chunked, identity'), qr/501 Not Implemented/,
 	'transfer encoding list');
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.21.1');
-
 like(http_transfer_encoding("chunked\nContent-Length: 5"), qr/400 Bad/,
 	'transfer encoding with content-length');
 
-}
-
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.21.2');
-
 like(http_transfer_encoding("chunked", "1.0"), qr/400 Bad/,
 	'transfer encoding in HTTP/1.0 requests');
 
-}
-
 ###############################################################################
 
 sub read_body_file {