- From: Michael Bevin <mcbevin@yahoo.com>
- Date: Fri, 3 Sep 1999 22:18:43 +1200
- To: <www-lib@w3.org>
- Message-Id: <199909031008.WAA03779@vanessa.paradise.net.nz>
I am trying to write a program which acts as a tunnel, receiving browser requests and sending them on to the proxy server, and then sending the proxies replies back to the browser. All is going well, except when I get a site with huge amounts of images. I am testing with Opera as the web browser, and it contains an option to limit the number of connections. If this number is lower than the number of images on a page, then it loads only that number, and then sits. I've read that with http/1.1 the browser can re-use a connection for further requests, so I suspect this is what might be happening, but I can't see why my program wouldn't be able to handle this, as it simply acts as an in-between, closing the connection only after the browser/proxy has already closed it. If anyone has had similar problems, or knows what I'm doing wrong, I'd be really grateful for some help. Michael Bevin mcbevin@yahoo.com -- Michael Bevin, mcbevin@yahoo.com on 9/3/99 at 10:07:48 PM
Received on Friday, 3 September 1999 06:09:15 UTC