Re: bug report: poll() with listen sockets always gives POLLERR

2002-11-20 Thread Corinna Vinschen
On Tue, Nov 19, 2002 at 01:34:30PM +, Steven O'Brien wrote: Hi The current implementation of poll() does not behave correctly with listen sockets. It always gives a POLLERR revent when a connection request is received. I believe the error is in poll.cc lines 96-108: [...] Thanks for

Re: bug report: poll() with listen sockets always gives POLLERR

2002-11-20 Thread Steven O'Brien
Corinna Vinschen wrote: On Tue, Nov 19, 2002 at 01:34:30PM +, Steven O'Brien wrote: Hi The current implementation of poll() does not behave correctly with listen sockets. It always gives a POLLERR revent when a connection request is received. I believe the error is in poll.cc

Re: bug report: poll() with listen sockets always gives POLLERR

2002-11-20 Thread Corinna Vinschen
On Wed, Nov 20, 2002 at 09:07:30AM +, Steven O'Brien wrote: Corinna Vinschen wrote: On Tue, Nov 19, 2002 at 01:34:30PM +, Steven O'Brien wrote: Hi The current implementation of poll() does not behave correctly with listen sockets. It always gives a POLLERR revent when a