[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: possible issue with bsd_poll() on Windows
[Thread Prev] | [Thread Next]
- Subject: RE: possible issue with bsd_poll() on Windows
- From: John Dunn <John.Dunn@xxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 6 Dec 2018 22:00:51 +0000
- To: 'Andreas Schneider' <asn@xxxxxxxxxxxxxx>
- Cc: "libssh@xxxxxxxxxx" <libssh@xxxxxxxxxx>
On Thursday, November 29, 2018 12:37 AM Andreas Schneider wrote: > I've pushed an update to the branch. Please check! That doesn't work. Fds[i].events ends up getting set to POLLRDBAND and since that ANDs with POLLHUP rc gets incremented to 1. From the comments it looks like ssh_poll_ctx_dopoll is looking for rc ==0 for disconnections which doesn't happen in this case. Let me know if you want any other information. John
Re: possible issue with bsd_poll() on Windows | Andreas Schneider <asn@xxxxxxxxxxxxxx> |