]> git.ipfire.org Git - thirdparty/squid.git/commit
From: Tony Finch <fanf@demon.net>
authorwessels <>
Wed, 20 Jan 1999 05:00:57 +0000 (05:00 +0000)
committerwessels <>
Wed, 20 Jan 1999 05:00:57 +0000 (05:00 +0000)
commit6f821399866aeb718576c4765e8b3b8b87f06f42
tree8f4fea9f31177ab690cc71aad2e1a5c76f2fb4b7
parent86ec11aa16a7c2f7fcfc1647e303f0c044d51d5f
From:    Tony Finch <fanf@demon.net>
The patch below adds accelerator mode functionality to tcp-banger2. In
this mode it makes requests like
        PURGE /path/to/file HTTP/1.0
        Host: www.example.com
instead of
        PURGE http://www.example.com/path/to/file HTTP/1.0

We use it for keeping our accelerators up-to-date with respect to
customer changes on their sites.
test-suite/tcp-banger2.c