Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Rawencode #58

Open
wants to merge 11 commits into
base: development
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix redirecting from PHP
  • Loading branch information
keichan34 authored and txase committed Jul 2, 2019
commit a553e85cc538ef5add73176af6269e283969ffaa
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
@@ -145,7 +145,7 @@ while (true) {

$ch = curl_init("http://localhost:8000$uri");

curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, FALSE);

if (array_key_exists('multiValueHeaders', $event)) {
$headers = array();