Re: [PATCH] wininet: Close sockets open in http requests

2007-10-17 Thread Nigel Liang
On 10/13/07, Nigel Liang [EMAIL PROTECTED] wrote: Hi, Http requests open sockets and forget to close them. Left running over a long period, the socket file descriptor starts getting large. Once it exceeds FD_SETSIZE, the behavior becomes unpredictable and results in funcky crashes. -Nigel

Re: [PATCH] wininet: Close sockets open in http requests

2007-10-17 Thread Misha Koshelev
n 10/13/07, Nigel Liang ncliang at gmail.com wrote: Hi, Http requests open sockets and forget to close them. Left running over a long period, the socket file descriptor starts getting large. Once it exceeds FD_SETSIZE, the behavior becomes unpredictable and results in funcky

Re: [PATCH] wininet: Close sockets open in http requests

2007-10-17 Thread Misha Koshelev
On Wed, 2007-10-17 at 17:10 -0500, Misha Koshelev wrote: n 10/13/07, Nigel Liang ncliang at gmail.com wrote: Hi, Http requests open sockets and forget to close them. Left running over a long period, the socket file descriptor starts getting large. Once it exceeds FD_SETSIZE,

Re: [PATCH] wininet: Close sockets open in http requests

2007-10-17 Thread Nigel Liang
On 10/17/07, Misha Koshelev [EMAIL PROTECTED] wrote: On Wed, 2007-10-17 at 17:10 -0500, Misha Koshelev wrote: n 10/13/07, Nigel Liang ncliang at gmail.com wrote: Hi, Http requests open sockets and forget to close them. Left running over a long period, the socket file

Re: [PATCH] wininet: Close sockets open in http requests

2007-10-17 Thread Misha Koshelev
On Wed, 2007-10-17 at 17:10 -0700, Nigel Liang wrote: On 10/17/07, Misha Koshelev [EMAIL PROTECTED] wrote: On Wed, 2007-10-17 at 17:10 -0500, Misha Koshelev wrote: n 10/13/07, Nigel Liang ncliang at gmail.com wrote: Hi, Http requests open sockets and forget to close them.