Re: mod_deflate update

2004-04-19 Thread Sami Tikka
su, 2004-04-18 kello 15:22, Nick Kew kirjoitti: Also a question: When I create a bucket brigade in a module, I always explicitly apr_brigade_destroy() it. None of the filters in mod_deflate destroy their brigades. A look at apr_brigade.c shows that it's not in fact necessary, but maybe a

mod_deflate update

2004-04-18 Thread Nick Kew
Attached: a one-line bugfix to my recent patch. The inflate output filter needs to unset the Content-Encoding header when it unsets the content encoding. Also a question: When I create a bucket brigade in a module, I always explicitly apr_brigade_destroy() it. None of the filters in