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(@_);});

works for almost every request but when I post data with a form that is encoded
with the multipart type the content does not get sent.

But, if I change that line to:

$req->header($r->headers_in);

The data gets posted but for some very strange reason, images take forever like
(20 secs) to load.

I've tried using checking the content type and if it's an image use one line
and use the other for non-images but that doesn't work.


---
Jason Bodnar + [EMAIL PROTECTED] + Tivoli Systems

I swear I'd forget my own head if it wasn't up my ass. -- Jason Bodnar

Reply via email to