Commit info for scoop/lib:

Modified Files:
	Scoop.pm 
Log Message:
Fixed bug in redirect-only responses. IE requires Content-Length to be 0 
or it hangs for a while before redirecting.


Index: Scoop.pm
===================================================================
RCS file: /cvs/scoop/scoop/lib/Scoop.pm,v
retrieving revision 1.127
retrieving revision 1.128
diff -r1.127 -r1.128
344a345
> 			$S->{APACHE}->headers_out->{'Content-Length'} = 0; # Required by IE for some reason