]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Source Format Enforcement (#674)
authorsquidadm <squidadm@users.noreply.github.com>
Sat, 20 Jun 2020 09:54:27 +0000 (21:54 +1200)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2020 09:54:27 +0000 (21:54 +1200)
src/HttpUpgradeProtocolAccess.cc
src/HttpUpgradeProtocolAccess.h
src/tests/Stub.list

index 212119a9ce32ecacb0784c006a6c9a0cc72c323b..e8a8de5e36bac9203e82bca9f0e9f21e4a0e92ae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2019 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
index 3721c7256b232999bec79be2e3e0b3c892e13361..c232ccee29226ebd21baa4fd5fc0454a84803848 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2019 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
index f17c4ab42009ae9cb1d804f129803c4e0a4886ab..6a70bd1ca830076ab969e25482f341d1bd4e7e05 100644 (file)
@@ -37,6 +37,7 @@ STUB_SOURCE= tests/STUB.h \
        tests/stub_HttpHeader.cc \
        tests/stub_HttpReply.cc \
        tests/stub_HttpRequest.cc \
+       tests/stub_HttpUpgradeProtocolAccess.cc \
        tests/stub_icp.cc \
        tests/stub_internal.cc \
        tests/stub_ipcache.cc \