]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 31 May 2009 09:37:54 +0000 (21:37 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 31 May 2009 09:37:54 +0000 (21:37 +1200)
commit68924b6db6e4dfe2e74495543c075714803812aa
treef464b72252874d793dce5c1f87929d43c4f359e3
parent34de5a0a62aea3e74eff3292717927859e1cfc9c
Author: Henrik Nordstrom <henrik@henriknordstrom.net>
Bug #2407: Spelling error in http_port tcpkeepalive option

One of the new parameters according to the docs is "keepalive". However, when
using this option you'll get a "Bungled squid.conf in line ...". That's because
when parsing the configuration Squid is looking for the keyword "tcpkeepalive"
instead of "keepalive" as stated in the docs.

Selected to fix the docs instead of code as having it named keepalive is too
easily confused with HTTP keep-alive / persistent connections.

2009-05-25: Also mistakes on spelling of config dump.
src/cache_cf.cc
src/cf.data.pre