Skip Menu |

This queue is for tickets about the libwww-perl CPAN distribution.

Report information
The Basics
Id: 13876
Status: rejected
Priority: 0/
Queue: libwww-perl

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

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Dynamic upload buffer should be configurable
in the closure created from HTTP::Request::Common::form_data, it's doing: my $n = read($fh, $buf, 2048, $buflength); in the case of dynamic uploads. The buffer size should be overridable.
[guest - Tue Jul 26 13:28:06 2005]: Show quoted text
> The buffer size should be overridable.
Why? What's the use case for this?