File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -596,7 +596,6 @@ sub CLONE { %CREATED_IN_THIS_THREAD = (); }
596596# these should be removed on close
597597my @all_my_conn_keys = qw(
598598 _SSL_fileno
599- _SSL_object
600599 _SSL_opened
601600 _SSL_opening
602601 _SSL_read_closed
@@ -607,6 +606,7 @@ my @all_my_conn_keys = qw(
607606# all keys used internally, these should be cleaned up at end
608607# but not already on close
609608my @all_my_keys = (@all_my_conn_keys , qw(
609+ _SSL_object
610610 _SSL_arguments
611611 _SSL_certificate
612612 _SSL_ctx
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ for(200..300) {
8282 IO::Socket::INET-> new( $saddr ) or next ;
8383}
8484my $size300 = $getsize -> ($pid );
85- if ($size100 >$size200 or $size200 < $size300 ) {;
86- print " 1..0 # skipped - do we measure the right thing?\n " ;
85+ if ($size100 >$size200 or $size200 > $size300 ) {;
86+ print " 1..0 # skipped - do we measure the right thing? ( $size100 > $size200 or $size200 < $size300 ) \n " ;
8787 goto done;
8888}
8989
You can’t perform that action at this time.
0 commit comments