https://issues.apache.org/bugzilla/show_bug.cgi?id=48247
--- Comment #3 from tony dong <dongliqian@gmail.com> 2010-02-04 00:31:53 UTC ---
Hi Jeff,
Thanks for your attention.
I haven't set it myself. After running cnofigure` command, I found the macro
has been set as 1.
I guess maybe it's because I compiled it on the powerpc platform.
And I still think it's a bug, because the function apr_set_option only set the
flag in the structure apr_socket_t, and the non-blocking mode recorded by
operating system hasn't been modified. I think here we should call function
apr_socket_opt_set to set the non-blocking mode. This function can modify the
real non-blocking mode.
Thanks,
Tony
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org
|