Skip Menu |

This queue is for tickets about the HTTP-Proxy CPAN distribution.

Report information
The Basics
Id: 18644
Status: resolved
Priority: 0/
Queue: HTTP-Proxy

People
Owner: Nobody in particular
Requestors: book [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.18
Fixed in: 0.21



Subject: In HTTP::Proxy::BodyFilter::save, is $self->{_hpbf_save_filename} a coderef or a string?
(courtesy of Mark Tilford) In HTTP::Proxy::BodyFilter::save, part of the code in begin() assumes that $self->{_hpbf_save_filename} is a code reference. Elsewhere, it sets that field to the calculated name.
On Mon Apr 10 17:13:48 2006, BOOK wrote: Show quoted text
> (courtesy of Mark Tilford) > > In HTTP::Proxy::BodyFilter::save, part of the code in begin() assumes > that $self->{_hpbf_save_filename} is a code reference. Elsewhere, it > sets that field to the calculated name. >
Fixed in version 0.21 -- BooK