Skip to content

Commit b1cda14

Browse files
committed
Tests: speedup lingering close with request pipelining.
1 parent d89e647 commit b1cda14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ssl.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ EOF
314314
$req x= 1000;
315315

316316
my $r = http($req, socket => $s) || "";
317+
$s = undef;
317318
is(() = $r =~ /(200 OK)/g, 1000, 'pipelined requests');
318319

319320
# OpenSSL 3.0 error "unexpected eof while reading" seen as a critical error

0 commit comments

Comments
 (0)