* Stas Bekman <[EMAIL PROTECTED]> wrote: > in 2.0 - Connection output filters don't recieve the EOS bucket when the > request method is HEAD. This breaks the idiom of flushing any stored data > when the eos bucket is seen. And some filters could be broken because of > that.
I believe that is because of broken handlers, which don't send anything if they detect HEAD. In 2.0 a handler should not care about GET or HEAD, but send all the time its data, so that all the processing (C-L filter etc) works properly. nd
