Randal L. Schwartz <[EMAIL PROTECTED]> wrote:
> $res->content($r->as_string);
> $res->content_type("text/plain");Isn't $r->as_string here after (potentially faulty) parsing? Not that that usually matters, but it might be nice to take server bugs out of the equation in some cases. Having spent many hours looking for a MSIE HTTP bug that turned out to be a problem in my (csh-script) HTTP Echo server... :-)
