mirror of
https://github.com/YGGverse/nex-php.git
synced 2026-03-31 17:55:31 +00:00
fix handler function response
This commit is contained in:
parent
9daef40268
commit
52b43a252d
2 changed files with 12 additions and 1 deletions
|
|
@ -145,6 +145,14 @@ class Server
|
|||
$request,
|
||||
$connect
|
||||
);
|
||||
|
||||
if ($response)
|
||||
{
|
||||
fwrite(
|
||||
$incoming,
|
||||
$response
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
fclose(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue