Skip to content

Commit 1871232

Browse files
committed
Add TODO
1 parent 0cbad51 commit 1871232

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/Http.php

+1
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ protected static function parseUploadFiles(string $http_body, string $http_post_
513513
else {
514514
// Parse $_POST.
515515
if (\preg_match('/name="(.*?)"$/', $header_value, $match)) {
516+
//TODO search a fast solution
516517
$post_encode_string .= urlencode($match[1]) . '=' . urlencode($boundary_value) . '&';
517518
}
518519
}

0 commit comments

Comments
 (0)