HI all
if i automatically start ob_start('ob_gzhandler') but need to disable it
afterwards, because
i'm sending to a java applet that crashes when receiving gz content. how
do i do it?
if i call ob_end_clean apache goes amok and dows strange things
( allocating lots of memory and stop working for a few seconds )
is there another way to return to normal output?
Sebastian

