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 c9ef8e2 + 61c7735 commit 7fe6856Copy full SHA for 7fe6856
src/Server.php
@@ -114,8 +114,8 @@ public function onHandShake($request, $response): void
114
Context::set(WsContext::FD, $fd);
115
$security = $this->container->get(Security::class);
116
117
- $psr7Request = $this->initRequest($request);
118
$psr7Response = $this->initResponse();
+ $psr7Request = $this->initRequest($request);
119
120
$this->logger->debug(sprintf('WebSocket: fd[%d] start a handshake request.', $fd));
121
0 commit comments