Don't set CSP_FLAG_CLIENT_CONNECTION_KEEP_ALIVE in case of HTTP/1.0 requests.
authorFabian Keil <fk@fabiankeil.de>
Sat, 27 Jun 2009 11:25:33 +0000 (11:25 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 27 Jun 2009 11:25:33 +0000 (11:25 +0000)
commitc1027b05f2bf16ec3d409c6a535c9c8c11e0f0ff
tree6da9f70a5e28fed3de2e26a685856921312eb128
parent1eea395dc1f6cc9ab68d263d897b571df17f121a
Don't set CSP_FLAG_CLIENT_CONNECTION_KEEP_ALIVE in case of HTTP/1.0 requests.

Otherwise the client might hang after receiving
all the data until the connection times out.
parsers.c