Replaced 6 boolean members of csp with one bitmap (csp->flags)
authoroes <oes@users.sourceforge.net>
Sun, 7 Oct 2001 15:41:23 +0000 (15:41 +0000)
committeroes <oes@users.sourceforge.net>
Sun, 7 Oct 2001 15:41:23 +0000 (15:41 +0000)
commite5976382c471de052e5e2ad6bccbf7b9e1e4a643
treecb04175612308f45f03663a1385837c9bdddbc31
parent238182c99cf0d9ffc329856c4ad88325e898d237
Replaced 6 boolean members of csp with one bitmap (csp->flags)

New function remove_chunked_transfer_coding that strips chunked
  transfer coding to plain and is called by pcrs_filter_response
  and gif_deanimate_response if neccessary

Improved handling of zero-change re_filter runs

pcrs_filter_response and gif_deanimate_response now remove
  chunked transfer codeing before processing the body.
filters.c