1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

log client disconnects

This commit is contained in:
Daniel Stenberg 2004-10-27 14:18:57 +00:00
parent 7167cde020
commit e9b3e1d031

View File

@ -652,5 +652,6 @@ for ( $waitedpid = 0;
}
} # while(1)
logmsg "client disconnected\n";
close(Client);
}