Clark C . Evans wrote: > Yes indeed. I was wondering if WebKit.cgi or mod_webkit is > properly shutting down the socket when the browser cancels > a request? If this isn't the case... then it's definately > a lower-level issue. Perhaps I'll go back one version > of Python and see if it emerges there...
WebKit does not properly shutdown connections when the browser cancels a request. I've only seen the error twice and both within a split second of each other so it may be hard to reproduce. They came from an unhandled exception in ThreadedAppServer.py by a call to conn.recv(). See my note from yesterday for more detail. Jeff
<<winmail.dat>>
