Commit e9b3e1d0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

log client disconnects

parent 7167cde0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -652,5 +652,6 @@ for ( $waitedpid = 0;
        }
            
    } # while(1)
    logmsg "client disconnected\n";
    close(Client);
}