Commit 438e57a4 authored by Bernd Edlinger's avatar Bernd Edlinger
Browse files

Catch SIGPIPE in TLSProxy::Proxy::clientstart

parent 8f26f9d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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))