Harry Jackson wrote:
On Wed, 2004-05-19 at 07:48, Harry Jackson wrote:

 > Is it possible that the page contains images or CSS or something that
 > would cause the browser to make more requests, and that those requests
 > are being handled by your TT script as well, even though they should
 > not be?

Its not these that are doing it. I am convinced its something to do with apache spawning process's to complete the request.

This justs gets more and more weird.

Using Ethereal I am able to capture the packets stream etc to and from the client to the server. You would think that there is a single request and then a single reply but no there are three requests being made to the server from Mozilla and of course three replies back.

This means that Apache is behaving itself and doing exactly what it is told. I then tried lynx and IE to see if the same thing is happening with them. It isn't so it looks as if Mozilla is sending 3 Get requests which is very odd.

Harry

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to