Re: Query: issue with cygwin-curl 7.15.0 - cannot close some connections

2005-11-28 Thread Corinna Vinschen
On Nov 28 04:04, Brian Dessent wrote: > The reason that it apparently did not realize that the connection had > been terminated was that the Cygwin poll() was returning 1 with the > POLLHUP bit set in 'revents'. But curl was not aware of this bit and > only looked for POLLIN, so it got confused,

Re: Query: issue with cygwin-curl 7.15.0 - cannot close some connections

2005-11-28 Thread Brian Dessent
Soh Kam Yung wrote: > Brian, Please send all questions about using the Cygwin curl packages to the cygwin (at) cygwin.com mailing list, which I follow. Please do not email me personally. > I have been using curl under cygwin and noticed an issue with closing > of connections with some websites