Skip to content

Commit

Permalink
改进
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Apr 30, 2020
1 parent d2bd1b6 commit dc0ac65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function worker($connection)

$this->request
->setPathinfo($pathinfo)
->withInput($GLOBALS['HTTP_RAW_REQUEST_DATA']);
->withInput($GLOBALS['HTTP_RAW_POST_DATA']);

while (ob_get_level() > 1) {
ob_end_clean();
Expand Down

0 comments on commit dc0ac65

Please sign in to comment.