Bugs item #1531775, was opened at 2006-07-31 17:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1531775&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Python Library Group: None Status: Open Resolution: None Priority: 5 Submitted By: Noam Taich (grolich) Assigned to: Nobody/Anonymous (nobody) Summary: HTTPSConnection request hangs Initial Comment: with python 2.3 and above there is a problem with HTTPSConnection that comes to life in the following code: conn = HTTPSConnection(server,port) conn.connect() conn.request('POST', '/', data, headers) This works fine, unless the remote host closes unexpectedly (unexpectedly for the client. say, reboot -fn or reset button) sometimes (not always) when that happens, python gets stuck on the conn.request command, it never returns or raises an eyebrow (or an exception...) even after the remote host is back online. problem only happens once every many such occurences the remote host is running apache (which is really used a proxy to a python http server on the same remote machine). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1531775&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com