DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27361>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27361 AccpetEx() failed Summary: AccpetEx() failed Product: Apache httpd-2.0 Version: 2.0-HEAD Platform: Other OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I wrote my own LSP(Layer Sevice Provider), and when i install my LSP in system Apache wrote AccpetEx() failed in "error.log". I think Apache core for Windows call AccpetEx() function from staticaly linked mswsock.lib. But it is wrong it must call WSAIoct to get pointer to winsock extention functions, because LSP from not Microsoft vendor create their own socket context and Microsoft AcceptEx() function will return error INVALID_SOCKET. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
