Re: [Rabbit-proxy-users] Re: Image Problems
Brought to you by:
ernimril
|
From: Robert O. <ro...@kh...> - 2004-03-31 22:27:04
|
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
|