Re: [Patch] - apr_recvfrom on Win32 returns 730022 instead of blocking as expected

2005-02-22 Thread Henry Jen
On Sun, Feb 20, 2005 at 06:24:17AM -0500, Jeff Trawick wrote: > On Fri, 18 Feb 2005 18:45:39 -0800, Henry Jen <[EMAIL PROTECTED]> wrote: > > > Attached patch fix a bug on Win32, if call apr_recvfrom() when no one > > write to that addr:port, the call returns 730022(WSAEINVAL) instead of > > blocki

Re: [Patch] - apr_recvfrom on Win32 returns 730022 instead of blocking as expected

2005-02-20 Thread Jeff Trawick
On Fri, 18 Feb 2005 18:45:39 -0800, Henry Jen <[EMAIL PROTECTED]> wrote: > Attached patch fix a bug on Win32, if call apr_recvfrom() when no one > write to that addr:port, the call returns 730022(WSAEINVAL) instead of > blocking as expected. > > The reason is that the from->salen was not initiali

[Patch] - apr_recvfrom on Win32 returns 730022 instead of blocking as expected

2005-02-19 Thread Henry Jen
Hi, Attached patch fix a bug on Win32, if call apr_recvfrom() when no one write to that addr:port, the call returns 730022(WSAEINVAL) instead of blocking as expected. The reason is that the from->salen was not initialized properly. The patch fix the problem. I tested on Windows XP home with apr-