You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Chris Demetriou <c....@gmail.com> on 2005/09/28 21:29:18 UTC

patch needed for windows apr_socket_send()

when an error occurs, *len isn't set to 0 (as is done for all other targets).

looked over all the other send/recv calls in the windows code, i
didn't notice others that were missing.

(found it doing non-blocking I/O when the receiver wasn't reading its
data and the socket buffer filled.)


cgd