Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
better comment
  • Loading branch information
kraih committed Sep 11, 2011
1 parent bec7967 commit 0fc549c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Mojo/Message.pm
Expand Up @@ -511,6 +511,8 @@ sub _parse_formdata {
my ($name) = $disposition =~ /\ name="?([^\";]+)"?/;
my ($filename) = $disposition =~ /\ filename="?([^\"]*)"?/;
my $value = $part;

# Unescape
url_unescape $name if $name;
url_unescape $filename if $filename;
if ($charset) {
Expand Down

0 comments on commit 0fc549c

Please sign in to comment.