Tim Magee added the comment:
After a peep at the source I theorised that using logRequests=False when
constructing the base class, SimpleXMLRPCServer. would see me right, and so it
did.
When logRequests is True control ultimately passes to
BaseHTTPRequestHandler.log_message which is a write
Tim Magee added the comment:
Fragment more info. First a typo in the description, at the end of the MTR
"unexpected connection" should read "unexpected disconnection" of course
(no-one expects the unexpected connection ho ho).
Looking at calls to socket functions, Procmon shows the client r
New submission from Tim Magee :
Summary: I run a SimpleXMLRPCServer in pythonw. When I call an exposed function
the call appears to be made twice and the connection ends abnormally.
This is Python 3.8.3 Windows 64-bit, with the pywin32 additions, and under
Windows 7. Boo, hiss, I know -- I wo