--- cvsroot/Coro/myhttpd/httpd.pl 2002/01/23 03:07:05 1.63 +++ cvsroot/Coro/myhttpd/httpd.pl 2002/01/23 04:49:50 1.64 @@ -207,6 +207,7 @@ if ($self->{method} ne "HEAD" && $self->{h}{"accept-encoding"} =~ /\bgzip\b/ + && 400 < length $content && $hdr->{"Content-Length"} == length $content && !exists $hdr->{"Content-Encoding"} ) {