Skip to content

Commit

Permalink
Added Todo for the future
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Jul 28, 2015
1 parent 5bea2e7 commit a3cf90a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RequestParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public function parseBody($content)

if (array_key_exists('Content-Type', $headers)) {
if (strpos($headers['Content-Type'], 'multipart/') === 0) {
//TODO :: parse the content while it is streaming
preg_match("/boundary=\"?(.*)\"?$/", $headers['Content-Type'], $matches);
$boundary = $matches[1];

Expand Down

0 comments on commit a3cf90a

Please sign in to comment.