diff http_method.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 f3de5730bc06
children c544b7120a6d
line wrap: on
line diff
--- a/http_method.t
+++ b/http_method.t
@@ -59,9 +59,6 @@ Connection: close
 
 EOF
 
-TODO: {
-local $TODO = 'not yet' unless $t->has_version('1.21.1');
-
 like(http(<<EOF), qr/405 Not Allowed(?!.*200 OK)/s, 'connect');
 CONNECT / HTTP/1.1
 Host: localhost
@@ -72,6 +69,4 @@ Connection: close
 
 EOF
 
-}
-
 ###############################################################################