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
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
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-