Skip to content

Commit 281f90b

Browse files
committed
Remove call to deprecated peer.server.Server::init()
See xp-framework/networking#17 (released in 10.1.0, the minimum version we depend on)
1 parent 6ff895c commit 281f90b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/php/xp/web/srv/Standalone.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ public function serve($source, $profile, $webroot, $docroot, $config, $args, $lo
4141
->serving('http', new HttpProtocol($application, $environment->logging()))
4242
->serving('websocket', new WebSocketProtocol(null, $environment->logging()))
4343
);
44-
$this->impl->init();
4544

4645
Console::writeLine("\e[33m@", nameof($this), '(HTTP @ ', $socket->toString(), ")\e[0m");
4746
Console::writeLine("\e[1mServing {$profile}:", $application, $config, "\e[0m > ", $environment->logging()->target());

0 commit comments

Comments
 (0)