You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2021/01/17 20:57:03 UTC

svn commit: r1885622 - /httpd/test/framework/trunk/t/modules/proxy_websockets.t

Author: ylavic
Date: Sun Jan 17 20:57:02 2021
New Revision: 1885622

URL: http://svn.apache.org/viewvc?rev=1885622&view=rev
Log:
Test proxy_websockets with 2.4.47.

Modified:
    httpd/test/framework/trunk/t/modules/proxy_websockets.t

Modified: httpd/test/framework/trunk/t/modules/proxy_websockets.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/proxy_websockets.t?rev=1885622&r1=1885621&r2=1885622&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/proxy_websockets.t (original)
+++ httpd/test/framework/trunk/t/modules/proxy_websockets.t Sun Jan 17 20:57:02 2021
@@ -11,7 +11,7 @@ use AnyEvent::WebSocket::Client;
 
 my $total_tests = 1;
 
-plan tests => $total_tests, need  'AnyEvent', need_module('proxy_http', 'lua'), need_min_apache_version('2.5.1');
+plan tests => $total_tests, need  'AnyEvent', need_module('proxy_http', 'lua'), need_min_apache_version('2.4.47');
 
 my $config = Apache::Test::config();
 my $hostport = Apache::TestRequest::hostport();