Jonathan Larmour wrote:
> What about this in client_side.c:2243 :
if (!http->flags.internal) {
if (internalCheck(strBuf(request->urlpath))) {
....
} else if
(internalStaticCheck(strBuf(request->urlpath))) {
...
Yes. This is the code which itercepts all squid-internal-static requests
regardless of which destination host the URL uses.
One known bug is that the code does not catch requests which are for the
same hostname but a different port.
---
Henrik Nordstrom
Spare time Squid hacker
- FTP Query Squid Users List
- Re: FTP Query Jonathan Larmour
- Re: FTP Query Richard Stagg
- Re: FTP Query Henrik Nordstrom
- Re: FTP Query Jonathan Larmour
- Re: FTP Query Henrik Nordstrom
- Re: FTP Query Jonathan Larmour
- SV: Re: FTP Query Per . E . Berger
- Re: SV: Re: FTP Query Henrik Nordstrom
- SV: Re: SV: Re: FTP Query Per . E . Berger
