We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a4f5c commit a1f83c3Copy full SHA for a1f83c3
stream_ssl_variables.t
@@ -141,7 +141,7 @@ undef $s;
141
###############################################################################
142
143
sub test_tls13 {
144
- $s = stream(PeerAddr => '127.0.0.1:' . port(8443), SSL => 1);
+ my $s = stream(PeerAddr => '127.0.0.1:' . port(8443), SSL => 1);
145
$s->read() =~ /TLSv1.3/;
146
}
147
0 commit comments