From: wessels <> Date: Fri, 18 Oct 1996 00:09:47 +0000 (+0000) Subject: add Squid/version to Forwarded: X-Git-Tag: SQUID_3_0_PRE1~5632 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de3a6e4e763431de9b6c7b1170038d2b9e8d54ef;p=thirdparty%2Fsquid.git add Squid/version to Forwarded: --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index d392ce76bb..5516f78b04 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,5 +1,5 @@ /* - * $Id: cache_cf.cc,v 1.111 1996/10/15 18:06:22 wessels Exp $ + * $Id: cache_cf.cc,v 1.112 1996/10/17 18:09:47 wessels Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -1597,8 +1597,8 @@ static void configDoConfigure(void) { httpd_accel_mode = Config.Accel.prefix ? 1 : 0; - sprintf(ForwardedBy, "Forwarded: by http://%s:%d/", - getMyHostname(), Config.Port.http); + sprintf(ForwardedBy, "Forwarded: by http://%s:%d/ (Squid/%s)", + getMyHostname(), Config.Port.http, SQUID_VERSION); if (Config.errHtmlText == NULL) Config.errHtmlText = xstrdup(null_string); storeConfigure();