Re: Porxy server not loading images

Hi there again ...

You wrote last time ....

[
Often it is when a HTTP/1.0 client sends a request to a HTTP/0.9 server 
thru a proxy server. Can you see in your log whether the connection is 
reset by peer (the remote 0.9 server, that is). What happens is that the 
1.0 client sends a large request and doesn't do any read. The 0.9 server 
starts sending the object back but it is not read by the client, and the 
server resets the connections.
]

Is there a way to send a HTTP/0.9 header as a request instead of HTTP/1.0 ?

or is there another way to solve this ?

Tommy Tsui

Received on Tuesday, 18 July 1995 06:26:08 UTC