bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Patch: Call WSACleanup for Windows when sockets finished


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] Patch: Call WSACleanup for Windows when sockets finished
Date: Tue, 28 Nov 2017 15:28:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hi Yuxi,

"Yuxi Hao" <address@hidden> writes:

> +#ifdef WINDOWS
> +  ws_cleanup ();
> +#endif
> +
>    cleanup ();

ws_cleanup is registered using an atexit callback.  Have you observed
any issue with it?  Isn't that triggered?

Giuseppe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]