[PATCH] Fix poll/select signal socket as write ready on connect failure
Corinna Vinschen
corinna-cygwin@cygwin.com
Mon Jul 20 07:55:58 GMT 2020
On Jul 17 21:33, Marc Hoersken via Cygwin wrote:
> Hi Corinna,
>
> Am 17.07.2020 um 21:21 schrieb Corinna Vinschen:
> > I don't agree here. The sole purpose for connect_errorcode is to set
> > SOL_SOCKET/SO_ERROR in case a caller requests FD_CONNECT and FD_CONNECT
> > is available. After being set once, SOL_SOCKET/SO_ERROR should not be
> > rewritten, given the description of SO_ERROR in `man 7 socket':
> >
> > SO_ERROR
> > Get and clear the pending socket error. This socket option is
> > ^^^^^^^^^
> > read-only. Expects an integer.
> >
> > [...]
> >
> > Make sense?
>
>
> yes, this makes sense. Please go for it.
Great, done!
> Is there a public changelog I can check regulary to see if this has been
> released (once it is)? Thanks!
git log? Or do you mean official Cygwin releases? The only public
changelog is the announcement on cygwin-announce in this case.
Thanks,
Corinna
--
Corinna Vinschen
Cygwin Maintainer
More information about the Cygwin
mailing list