Mailing List wrote at 2004-1-11 23:19 +0100:
Hi, I've installed Zope 2.6.3 both on Win32 and Linux with several different configurations. Then I've added SSL support (ZServer+M2Crypto)
When I upload or modify some file on the server it happens sometimes (not always but roughly one time each three attempts) that the connection "hangs", i.e. it waits forever without getting to a end. Often the file has been uploaded or modified correctly, just the browser doesn't recognise the transaction has ended.
The server does not output any error except when I actively stop the connection: 2004-01-11T23:01:22 INFO(0) ZServer recv: closing channel <ZServer.HTTPS_Server.zhttps_channel connected 62.211.150.116:3897 at 0x19aad64 channel#: 1 requests:> (0, 'Error')
This means, the server waits that is can output data but it is not allowed too (the socket does not signal it is ready for output). I cannot tell you why. -- Dieter