modify plugin name
This commit is contained in:
@@ -326,9 +326,6 @@ if (!function_exists('isUrl')) {
|
|||||||
if (!empty($query)) $path .= '?' . $query;
|
if (!empty($query)) $path .= '?' . $query;
|
||||||
if (!empty($fragment)) $path .= '#' . $fragment;
|
if (!empty($fragment)) $path .= '#' . $fragment;
|
||||||
|
|
||||||
|
|
||||||
unset($outPut);
|
|
||||||
|
|
||||||
return [$scheme == 'https', $host, $port, $path];
|
return [$scheme == 'https', $host, $port, $path];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -134,9 +134,9 @@ class Context extends BaseContext
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (Coroutine::getCid() === -1) {
|
if (Coroutine::getCid() === -1) {
|
||||||
unset(static::$_contents[$id]);
|
static::$_contents[$id] = null;
|
||||||
} else {
|
} else {
|
||||||
unset(Coroutine::getContext($coroutineId)[$id]);
|
Coroutine::getContext($coroutineId)[$id] = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user