Let server_keep_alive() always remove the Keep-Alive header
authorFabian Keil <fk@fabiankeil.de>
Wed, 12 Nov 2014 11:59:47 +0000 (11:59 +0000)
committerFabian Keil <fk@fabiankeil.de>
Wed, 12 Nov 2014 11:59:47 +0000 (11:59 +0000)
commit320155e7eb1cdd404e8cd8c741d3cca045aa774e
treea196da999f7ae4211240e99ec08d1d0a6a3bf3e0
parent2c1bb41e1bd7549e455c2398ff923c003613ba17
Let server_keep_alive() always remove the Keep-Alive header

Not forwarding the header to the client is a MUST and
non-compliance has no advantage here.

Fixes Co-Advisor test case rfc2616/hopHdr-Keep-Alive-toClt.
parsers.c