On WOCHENTAG, tT. MONAT JJJJ 23:21:53 Dennis Nezic wrote: > And, I still don't quite understand why you can't check the status of a > socket, or be notified of wget's FIN signal (It did send one, didn't > it, or am I missing something?) -- isn't that fundamental to any tcp > connection??
As Matthew already told you, finding out whether a socket has been disconnected
can only be done by reading from or writing to the socket. We don’t do either
until the request is finished. There’s your answer and it won’t change if you
ask more often.
David
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Support mailing list [email protected] http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:[email protected]?subject=unsubscribe
