Philip M. Gollucci wrote: >> this feels like the start of a chunked response. something is awry >> with the >> buffering in the response... or somesuch IIRC :) > > For reference the relevant code is: $query is a CGI.pm object
ah! make sure that CGI.pm is a recent version, then - versions less than 3.0 had buffering problems and 3.07 is the most recent that handles the latest mod_perl API changes. does anyone know offhand if older CGI.pm's blow up with mp 2.0 or if it just ignores it? I can't recall... --Geoff