"Marco Molinari" <[EMAIL PROTECTED]> writes: > I wrote a simple script that keeps on reloading itself, adding some > chars each time; I disabled compression both in Apache and in PHP and > I connect my browser through a 2.6 Squid proxy; and now I can't see > PHP pages larger than 8000 bytes. I also found an interesting > connection with cookies.
You are doing weird things such as inserting passed requests into the cache, yet none of the requests you showed were cache hits. Re the second request from your log, where the client got an empty page: that was actually what the backend sent. There is no way to debug this further without seeing your vcl script. DES -- Dag-Erling Smørgrav Senior Software Developer Linpro AS - www.linpro.no _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
