From: <php...@li...> - 2010-06-28 03:17:26
|
Hi Jost, > I can confirm that > > http://localhost:8080/JavaBridge/test.php > > will hang, if the browser is set to use HTTP/1.0 only (tested with > FireFox -> about:config -> network.http.version;1.0) or if there's a > HTTP/1.0 proxy in between. This is because phpinfo() generates its > response in HTTP/1.1 chunks. > > But non-chunked responses work. For example > http://yourHost:8080/JavaBridge/sessionSharing.php > even when run through a simple HTTP/1.0 only proxy. That makes sense since HTTP/1.0 does not support chunked transfers. But I've alredy tried before to run simple script such as sessionSharing.php or numberguess.php and none of them can be reached. I don't have that many users for my applications, I will just ask them to bypass the proxy for the server IP, and it should be ok. >> I guess I will have to ask the end users to bypass the proxy for the server > > Shouldn't be necessary. At least my simple HTTP/1.0 proxy can pass the > request/result w/o problems. Which product do you use? The HTTP proxy the company is using is Squid 2.4stable7. Thanks a lot for the support. Regards, Julien Mallet. |