On Wed, 12 Sep 2001, Doug MacEachern wrote:

> better yet, we should have a method to query all PerlOptions from Perl,
> end up with something like:
>
>  sub send_http_header {
>      my($r, $type) = @_;
>      if ($type) {
>          $r->content_type($type);
>      }
> +    if ($r->perl_options & ModPerl::OPT_PARSE_HEADERS) {
> +       $r->print("Content-type: $type\n\n");
> +    }
>  }

is it still relevant after your commit which moves send_httpd_header to xs
land?


_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



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

Reply via email to