-
Notifications
You must be signed in to change notification settings - Fork 60
Closed as not planned
Description
Migrated from rt.cpan.org#81579 (status was 'new')
Requestors:
From ahoying@cpan.org on 2012-11-30 17:19:09:
Some server side libraries do not accept multipart/form-data boundaries
with less than 5 dashes. Changing the line in sub boundary from
my $size = shift || return "xYzZY";
to
my $size = shift || return "-----xYzZY";
fixes the problem.
Metadata
Metadata
Assignees
Labels
No labels