Sorry to bump an old thread, but if anyone is interested, HTTP/1.1 allows 'multiple requests (text or otherwise) in one tcp connection' (AKA "
keep-alive"
)
I don't think you can do that with http/1.0
And some browsers have settings such as "
use http/1.0 through a proxy"
Old proxies had problems with 1.1 - it shouldn't be an issue now - but this sort of thing could be caused by a misconfiguration at the isps proxy (if they have one) - which could cause each request to be an individual connection.
But basically, check "
HTTP networking"
and "
use http 1.1"
is set in both cases, along with "
enable keep-alive"
....
I realise you've already solved this problem... Just may help someone else in future
And... you may find this may still help
____________________________
#f3i2g#
Disclaimer: I'm Welsh, left-handed, and stupid.
#f3i2g#
[Last edited by jamie at 11-21-2007 01:29 PM]