diff --git a/util/perl/TLSProxy/Proxy.pm b/util/perl/TLSProxy/Proxy.pm index 99b0dedd5beb9cc5938cc37460f8e6594e286702..cc21bd6ac94ad551a100ffb528b88a953b97e327 100644 --- a/util/perl/TLSProxy/Proxy.pm +++ b/util/perl/TLSProxy/Proxy.pm @@ -294,6 +294,7 @@ sub clientstart #Wait for either the server socket or the client socket to become readable my @ready; my $ctr = 0; + local $SIG{PIPE} = "IGNORE"; while( (!(TLSProxy::Message->end) || (defined $self->sessionfile() && (-s $self->sessionfile()) == 0))