Java Mailing List Archive

http://www.apache-httpd.com/

Home » modperl.perl »

whence $r->send_http_header ?

John M. Dlugosz

2008-07-16

Replies:

Author LoginPost Reply
Consider this fragment:

$r->content_type("image/$type");
$r->send_http_header;

$m->print($img);

The method send_http_header seems to no longer exist. What should I be using instead? For now I just commented it out.
©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.