> -----Original Message----- > From: Bill Stoddard [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 20, 2001 2:41 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PATCH] mpm_winnt -- check for connection and then > update context > > > I don't see this message on Win2k but I'll spend a bit of time > looking at the code. In the > meantime, I am -1 on this patch.
Try to set the LogLevel warn :-) > Bill > > ----- Original Message ----- > From: "Mladen Turk" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, November 20, 2001 6:18 AM > Subject: [PATCH] mpm_winnt -- check for connection and then update context > > > > Hi, > > > > The WIN2K and WINXP logs something like : > > (32557)Socket is not connected: setsockopt(SO_UPDATE_ACCEPT_CONTEXT) > > failed. > > For almost each connection made. > > > > Although this is not a fatal error, the setsockopt has no sense on the > > socket that hasn't been accepted. > > The patch calls the getsockopt and checks whether a connection has been > > accepted and then calls the setsockopt to set the > > SO_UPDATE_ACCEPT_CONTEXT. > > > > MT. > > > > >