in reply to Chunk problem in HTTP::Proxy

Have you tried using HTTP::Proxy::BodyFilter::complete instead of HTTP::Proxy::BodyFilter::simple?

update: ups, i forgot you already tried that

Anyway, for storing data, it's better to use File::Temp then random strings, as this is collision free.

Replies are listed 'Best First'.
Re^2: Chunk problem in HTTP::Proxy
by snakerdlk (Initiate) on Feb 15, 2011 at 00:43 UTC
    Thanks for the answer and the recomendation. Hadn't much time to bang my head against the code until it worked recently. (and I didn't find how to set a subscription to this thread...)