Re: [Rabbit-proxy-users] Re: Image Problems
Brought to you by:
ernimril
From: Robert O. <ro...@kh...> - 2004-03-30 19:31:39
|
Samuel Hill wrote: >The only solution seems to be to tell rabbit to not cache anything. >Just compress images and text. > > That may be a solution, not a good one, but may work. >It then returns - instead of 0 byte figures in the http response. > > No, that is not true. Rabbit writes "-" if it does not know how big the response it send was, typically when it chunks data to the client. RabbIT writes 0 when it only send a header to the client (304 Not Modified most likely). /robo |