Re: [Rabbit-proxy-users] Re: Image Problems
Brought to you by:
ernimril
From: Sam <Sam...@Co...> - 2004-04-01 00:14:48
|
I am a little confused on where exactly to change that code. I may have missed it but in src/rabbit/proxy/Connection.java I do not see where that applies. Sam Robert Olofsson wrote: > Samuel Hill wrote: > >> I will let you know what else I see. >> > Ok, that first patch breaks a few pages, mostly those that sends > redirects with > a resource body. > > Changed patch looks like this: > > if (status != null && status.length () > 0) { > if (status.equals ("304") || status.equals ("204") || > status.charAt (0) == '1') { > send (rh.webheader); > .... > > See section 4.3 on what type of responses that may and must not have a > body... > > /robo > > |