From 60545776de3b44270537d447e8fcc93fd6fde115 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 30 Jul 2014 22:16:21 -0700 Subject: [PATCH] Fix typo in rev.13516 --- src/HttpHeader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2