From: Alex Rousskov Date: Mon, 21 Feb 2011 04:46:17 +0000 (-0700) Subject: Minimize difference with parent (trunk). X-Git-Tag: take06~27^2~108^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b3a8137b410889e0a1fa77ffd01655be4861511;p=thirdparty%2Fsquid.git Minimize difference with parent (trunk). --- diff --git a/src/adaptation/ecap/Host.cc b/src/adaptation/ecap/Host.cc index 370645d74e..6a137a4e62 100644 --- a/src/adaptation/ecap/Host.cc +++ b/src/adaptation/ecap/Host.cc @@ -28,9 +28,9 @@ Adaptation::Ecap::Host::Host() // assign our host-specific IDs to well-known names // this code can run only once - libecap::headerContentLength.assignHostId(HDR_CONTENT_LENGTH); libecap::headerTransferEncoding.assignHostId(HDR_TRANSFER_ENCODING); libecap::headerReferer.assignHostId(HDR_REFERER); + libecap::headerContentLength.assignHostId(HDR_CONTENT_LENGTH); libecap::headerVia.assignHostId(HDR_VIA); // TODO: libecap::headerXClientIp.assignHostId(HDR_X_CLIENT_IP); // TODO: libecap::headerXServerIp.assignHostId(HDR_X_SERVER_IP);