On Thu, 13 Sep 2001, Stas Bekman wrote:
 
> ah, sorry, if I do:
> 
>     $r = shift;
>     $r->send_http_header('text/plain');  # doesn't work!
>     print("OK\n");

oh, i see what you mean.  only with PerlOptions +ParseHeaders of course.
i guess send_http_header needs to be xs, which can check if ParseHeaders
is on or not, if on then generate a content-type header.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to