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.
1 parent ce9ff3c commit 7bce2d9Copy full SHA for 7bce2d9
src/Curl/Url.php
@@ -34,7 +34,6 @@ public static function removeDotSegments($input)
34
35
// 2. While the input buffer is not empty, loop as follows:
36
while (!empty($input)) {
37
-
38
// A. If the input buffer begins with a prefix of "../" or "./",
39
// then remove that prefix from the input buffer; otherwise,
40
if (StrUtil::startsWith($input, '../')) {
0 commit comments