Skip to content

Commit

Permalink
Drop my debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Steinert committed May 30, 2011
1 parent de0a828 commit 9ce82a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/Perlbal/SocketSSL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,11 @@ sub close {
# really could use a safe way to know if this handle is being called from the post-
# event-loop cleanup code in Danga::Socket.
if (my $ds = ${*$self}->{_danga_socket}) {
use Devel::StackTrace;
print STDERR Devel::StackTrace->new->as_string;
${*$self}->{__close_args} = [ @_ ];
delete ${*$self}->{_danga_socket};
$ds->close('intercepted_ssl_close')
if $ds->sock;
} else {
warn "Processing second call of SSL close\n";
use Devel::StackTrace;
print STDERR Devel::StackTrace->new->as_string;
return $self->SUPER::close(@{${*$self}->{__close_args}});
}
}
Expand Down

0 comments on commit 9ce82a1

Please sign in to comment.