If the status code isn't 200, don't assume a missing Connection header for a HTTP...
authorFabian Keil <fk@fabiankeil.de>
Tue, 30 Jun 2009 18:32:04 +0000 (18:32 +0000)
committerFabian Keil <fk@fabiankeil.de>
Tue, 30 Jun 2009 18:32:04 +0000 (18:32 +0000)
commit9b403bdba89dfc3d3c0606f1a68912b4d02b5e49
tree614ceedd450d2a90d0299ff971887209f85d35d5
parent63728b12fd2e66db3f948a2ef5422b007825944c
If the status code isn't 200, don't assume a missing Connection header for a HTTP/1.1 response implies keep-alive.

Seems to work around problems with some servers.
parsers.c