Message103545
Independent from HTTP strict, an invalid BadStatusLine() exception is raised when a keep-alive connection exceeds its timeout:
client->server <request>
s->c <answer>
<connection timeout passing>
s->c: FIN/ACK
c->s: ACK
c->s: <get request>/FIN
s->c: RST (without data)
which raises the exception.
An easy workaround is to either poll information often enough for the server to not close the connection or close and reopen the connection. However, the exception is misleading. |
|
Date |
User |
Action |
Args |
2010-04-18 22:45:31 | mschu | set | recipients:
+ mschu |
2010-04-18 22:45:31 | mschu | set | messageid: <1271630731.08.0.327097174192.issue8450@psf.upfronthosting.co.za> |
2010-04-18 22:45:28 | mschu | link | issue8450 messages |
2010-04-18 22:45:28 | mschu | create | |
|