Properly deal with Keep-Alive headers with timeout= parameters
authorFabian Keil <fk@fabiankeil.de>
Mon, 10 Feb 2014 14:42:18 +0000 (14:42 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 10 Feb 2014 14:42:18 +0000 (14:42 +0000)
commit8314e43f15b2660a6146442fadb1c25293fed8d9
tree849b3c301eeff25a86e7c4ae30fa8e5d77532037
parent21b1efa343a2467bb5df8a72dda41be37fee9479
Properly deal with Keep-Alive headers with timeout= parameters

If the timeout still can't be parsed, use the configured
timeout instead of preventing the client from keeping the
connection alive.

Should fix #3615312/#870 reported by Bernard Guillot.
parsers.c