We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bc816 commit 8276f34Copy full SHA for 8276f34
aws
@@ -2176,7 +2176,7 @@ sub s3
2176
# remove "HTTP/1.1 100 Continue"
2177
$item =~ s/^HTTP\/\d+\.\d+\s+100\b.*?\r?\n\r?\n//s;
2178
2179
- my($head, $body) = $item =~ /^(.*?\r?\n)\r?\n(.*)$/s;
+ my($head, $body) = $file =~ /^((?:HTTP\/.*?\r?\n\r?\n)+)(.*)$/s;
2180
print STDERR $head if $v;
2181
my($code) = $head =~ /^HTTP\/\d+\.\d+\s+(\d+\s+.*?)\r?\n/s;
2182
0 commit comments