On Fri, 14 Jan 2000, Jason Bodnar wrote:

> A line in the proxy example of the eagle book on page 380 does not seem to work
> (entirely):
> 
> The line:
> 
> $r->headers_in->do(sub {$request->header(@_);});

what if you change that to:

 $r->headers_in->do(sub {$request->header(@_); 1});

?

Reply via email to