]> git.ipfire.org Git - thirdparty/squid.git/commit
Kill the psuedo-support for wais. Was never really implemented.
authorhno <>
Sun, 25 Feb 2007 18:32:27 +0000 (18:32 +0000)
committerhno <>
Sun, 25 Feb 2007 18:32:27 +0000 (18:32 +0000)
commitdb80e881d232aeafeac45a646154b3ca1f5d38de
tree98116b88c132e641aa39f2dc4f75c3bb4c552d7b
parent0f9893e9f8422f875d83c8923b8a69344ddba442
Kill the psuedo-support for wais. Was never really implemented.

This change removes the wais_relay_host/port directives. WAIS support was
never really implemented but relied on forwarding the requests to some other
proxy/gateway using HTTP. Now this can just as well be done with cache_peer
so there is no point in having this duplicated and unmaintained forwarding
code around.
src/HttpRequest.cc
src/Makefile.am
src/Makefile.in
src/cache_cf.cc
src/cf.data.pre
src/client_side_request.cc
src/forward.cc
src/peer_select.cc
src/stat.cc
src/structs.h
src/wais.cc [deleted file]