We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964e7fe commit 1348a82Copy full SHA for 1348a82
proxy_ssl_keepalive.t
@@ -22,9 +22,6 @@ use Test::Nginx;
22
select STDERR; $| = 1;
23
select STDOUT; $| = 1;
24
25
-eval { require IO::Socket::SSL; };
26
-plan(skip_all => 'IO::Socket::SSL not installed') if $@;
27
-
28
my $t = Test::Nginx->new()->has(qw/http http_ssl proxy upstream_keepalive/)
29
->has_daemon('openssl')->plan(3)
30
->write_file_expand('nginx.conf', <<'EOF');
0 commit comments