From: Amos Jeffries Date: Thu, 31 Jul 2014 05:16:21 +0000 (-0700) Subject: Fix typo in rev.13516 X-Git-Tag: SQUID_3_5_0_1~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60545776de3b44270537d447e8fcc93fd6fde115;p=thirdparty%2Fsquid.git Fix typo in rev.13516 --- diff --git a/src/HttpHeader.cc b/src/HttpHeader.cc index 618b0bc87f..95b0356064 100644 --- a/src/HttpHeader.cc +++ b/src/HttpHeader.cc @@ -321,7 +321,7 @@ static http_hdr_type ReplyHeadersArr[] = { /* hop-by-hop headers */ static HttpHeaderMask HopByHopHeadersMask; -static http_hdr_type HopByHopRequestHeadersArr[] = { +static http_hdr_type HopByHopHeadersArr[] = { HDR_CONNECTION, HDR_HTTP2_SETTINGS, HDR_KEEP_ALIVE,