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});
?
- Proxy example in eagle book does not work Jason Bodnar
- Re: Proxy example in eagle book does not work Doug MacEachern
- Re: Proxy example in eagle book does not work Jason Bodnar
- Re: Proxy example in eagle book does not work Doug Kyle
- Re: Proxy example in eagle book does not ... Jason Bodnar
- RE: Proxy example in eagle book does not work Doug MacEachern
