DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30004>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30004 apr_socket_option_set() used instead of apr_set_option() [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Other |Windows 9x ------- Additional Comments From [EMAIL PROTECTED] 2004-07-09 16:15 ------- 1) apr_set_option() is a private APR macro and can't be used from httpd 2) the Unix apr_socket_option_set() does handle APR_INCOMPLETE_READ so I guess you're talking Win32 here 3) and Win32 doesn't care about APR_INCOMPLETE_READ, so is there actually a real problem here? Please describe the problems you're seeing. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
