Hello!

In my previous posting about the hanging client when POSTing to a WSGI
server with SSL, I said that it appears as if the client hasn't finished
its SSL exchange yet.

However, some further debugging shows that the client actually sent off
its POST message body to the server (or at least, it thinks it has done
so). The client then is waiting for the actual response from the server.

So, as far as the client and server are concerned, they both think the
SSL exchange has successfully completed.

The client sent the message body and waits for the server, though, while
the server blocks on reading the message body from the socket. Nothing
ever seems to show up there...




_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to