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.