- From: stephane boyera <boyera@w3.org>
- Date: Mon, 5 Aug 2002 10:04:29 +0200
- To: <www-lib@w3.org>
- Cc: <priya_bhaskar@yahoo.com>
Transferred by the moderator to www-lib -- Stephane Boyera stephane@w3.org INRIA/W3C +33 (0) 4 92 38 78 34 BP 93 fax: +33 (0) 4 92 38 78 22 F-06902 Sophia Antipolis Cedex, France -----Original Message----- From: Priya Roy [mailto:priya_bhaskar@yahoo.com] Sent: Saturday, August 03, 2002 10:00 PM To: www-lib@w3.org Cc: priya_bhaskar@yahoo.com Subject: [Moderator Action] Re: problem with post request on persistent connections I'm seeing the same problem that was posted earlier by Mark Horsthuis: <http://lists.w3.org/Archives/Public/www-lib/2000AprJun/0126.html>. "the headers of the POST request are written to the socket that is already closed by the server before this socket is closed by lib-www. After this a new connection to the webserver is made but only the headers of the POST request are send via this connection. The webserver keeps waiting for the body of the POST request and after a while it times out." I'm doing multiple consecutive POSTs via https. Also, I noticed that just before it hangs, it makes a call to SSL_read, gets SSL_ERROR_WANT_READ, and then blocks forever.. until a libwww timeout I think. Any solutions or suggestions to get around this problem ? Thanks, Priya. __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com
Received on Monday, 5 August 2002 04:04:56 UTC