Changes by David Andrzejewski :
--
nosy: +dandrzejewski
___
Python tracker
<http://bugs.python.org/issue9720>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Andrzejewski :
--
nosy: +dandrzejewski
___
Python tracker
<http://bugs.python.org/issue8813>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by David Andrzejewski :
--
nosy: +dandrzejewski
___
Python tracker
<http://bugs.python.org/issue2475>
___
___
Python-bugs-list mailing list
Unsubscribe:
David Andrzejewski added the comment:
Now, it turns out that if you send the HTTP "Connection: close" header, the
connection does close at the end (because the server closes it).
Still, it seems like this should behave the same regardless of whether it's
HTTPConnection or
David Andrzejewski added the comment:
I believe this issue may be responsible for causing a very long hang in my
application. Here's an example of it hanging for 30 minutes. Yes - minutes.
[UI] 2010-04-03 11:33:34,209 DEBUG: Communicating with GUI on 127.0.0.1:9095 -
timeout 10 se
Changes by David Andrzejewski :
--
nosy: +dandrzejewski
___
Python tracker
<http://bugs.python.org/issue5103>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from David Andrzejewski :
Python 2.6.4, Windows XP.
If you run the following code:
import httplib
http_connection = httplib.HTTPConnection("192.168.192.196")
http_connection.request("GET", "/")
http_connection.sock.settimeout(20)
response = http
Changes by David Andrzejewski :
--
title: syslog syscall support for SysLogLogger -> logging -> syslog syscall
support for SysLogLogger
___
Python tracker
<http://bugs.python.org/iss
Changes by David Andrzejewski :
--
title: logging -> syslog syscall support for SysLogLogger -> logging
versions: -Python 2.5
___
Python tracker
<http://bugs.python.org/iss
Changes by David Andrzejewski :
--
title: syslog syscall support for SysLogLogger -> logging
versions: +Python 2.5
___
Python tracker
<http://bugs.python.org/issue1
10 matches
Mail list logo