Pierre LALET <pierre.lalet@cea.fr>
Pierre-Louis Brenac <brenacp@esiee.fr>
Poul-Henning Kamp <phk@login.dknet.dk>
+ pponakan <52429302+pponakan@users.noreply.github.com>
Priyanka Gupta <priyanka@icelero.com>
Przemek Czerkas <pczerkas@mgmnet.pl>
Quentin THEURET <quentin.theuret@gmail.com>
Rodrigo Campos <rodrigo@geekbunker.org>
Rodrigo Rubira Branco <rodrigo@kernelhacking.com>
Rodrigo Rubira Branco <rrbranco@br.ibm.com>
+ Roie Rachamim <roierachamim@gmail.com>
Ron Gomes <rrg@ny.ubs.com>
Rosen Penev <rosenp@gmail.com>
Russell Street <r.street@auckland.ac.nz>
section 25 MIME Parsing and Internal Icons
section 25 MiME Header Parsing
section 26 Secure Sockets Layer Proxy
-section 27 Cache Announcer
section 28 Access Control
section 29 Authenticator
section 29 NTLM Authenticator
/* header accounting */
// NP: keep in sync with enum http_hdr_owner_type
static std::array<HttpHeaderStat, hoEnd> HttpHeaderStats = {{
- HttpHeaderStat(/*hoNone*/ "all", nullptr),
+ HttpHeaderStat(/*hoNone*/ "all", nullptr),
#if USE_HTCP
- HttpHeaderStat(/*hoHtcpReply*/ "HTCP reply", &ReplyHeadersMask),
+ HttpHeaderStat(/*hoHtcpReply*/ "HTCP reply", &ReplyHeadersMask),
#endif
- HttpHeaderStat(/*hoRequest*/ "request", &RequestHeadersMask),
- HttpHeaderStat(/*hoReply*/ "reply", &ReplyHeadersMask)
+ HttpHeaderStat(/*hoRequest*/ "request", &RequestHeadersMask),
+ HttpHeaderStat(/*hoReply*/ "reply", &ReplyHeadersMask)
#if USE_OPENSSL
- , HttpHeaderStat(/*hoErrorDetail*/ "error detail templates", nullptr)
+ , HttpHeaderStat(/*hoErrorDetail*/ "error detail templates", nullptr)
#endif
- /* hoEnd */
-}};
+ /* hoEnd */
+ }
+};
static int HeaderEntryParsedCount = 0;
-## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2022 The Squid Software Foundation and contributors
##
## Squid software is distributed under GPLv2+ license and includes
## contributions from numerous individuals and organizations.