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.
2 parents 6f7b324 + 57e8ac2 commit 801e8e5Copy full SHA for 801e8e5
src/RequestHeaderParser.php
@@ -69,8 +69,6 @@ private function parseRequest($headers)
69
throw new \InvalidArgumentException('Unable to parse invalid request-line');
70
}
71
72
- $lines = explode("\r\n", $headers);
73
-
74
// parser does not support asterisk-form and authority-form
75
// remember original target and temporarily replace and re-apply below
76
$originalTarget = null;
0 commit comments