#include "client_side.h"
#include "clients/forward.h"
#include "clients/HttpTunneler.h"
+#include "clients/WhoisGateway.h"
#include "comm/Connection.h"
#include "comm/ConnOpener.h"
#include "comm/Loops.h"
#include "Store.h"
#include "StoreClient.h"
#include "urn.h"
-#include "whois.h"
#if USE_OPENSSL
#include "ssl/cert_validate_message.h"
#include "ssl/Config.h"
wccp.h \
wccp2.cc \
wccp2.h \
- whois.cc \
- whois.h \
wordlist.cc \
wordlist.h
urn.h \
tests/stub_wccp2.cc \
wccp2.h \
- tests/stub_whois.cc \
- whois.h \
wordlist.cc \
wordlist.h
nodist_tests_test_http_range_SOURCES = \
urn.h \
tests/stub_wccp2.cc \
wccp2.h \
- tests/stub_whois.cc \
- whois.h \
wordlist.cc \
wordlist.h
nodist_tests_testHttpRequest_SOURCES = \
urn.h \
tests/stub_wccp2.cc \
wccp2.h \
- tests/stub_whois.cc \
- whois.h \
wordlist.cc \
wordlist.h
nodist_tests_testCacheManager_SOURCES = \
HttpTunneler.h \
HttpTunnelerAnswer.cc \
HttpTunnelerAnswer.h \
+ WhoisGateway.cc \
+ WhoisGateway.h \
forward.h
/* DEBUG: section 75 WHOIS protocol */
#include "squid.h"
+#include "clients/WhoisGateway.h"
#include "comm.h"
#include "comm/Read.h"
#include "comm/Write.h"
#include "StatCounters.h"
#include "Store.h"
#include "tools.h"
-#include "whois.h"
#include <cerrno>
tests/stub_tools.cc \
tests/stub_tunnel.cc \
tests/stub_wccp2.cc \
- tests/stub_whois.cc \
tests/stub_wordlist.cc
+++ /dev/null
-/*
- * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
- *
- * Squid software is distributed under GPLv2+ license and includes
- * contributions from numerous individuals and organizations.
- * Please see the COPYING and CONTRIBUTORS files for details.
- */
-
-#include "squid.h"
-#include "FwdState.h"
-#include "whois.h"
-
-#define STUB_API "whois.cc"
-#include "tests/STUB.h"
-
-void whoisStart(FwdState *) STUB
-