Skip to content

Commit 8cdf0b5

Browse files
committed
Fixed leak state server
1 parent 4452b37 commit 8cdf0b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/HttpWorker.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public function waitRequest(): ?Request
7676
/** @var RequestContext $context */
7777
$context = \json_decode($payload->header, true, 512, \JSON_THROW_ON_ERROR);
7878

79-
8079
return $this->arrayToRequest($payload->body, $context);
8180
}
8281

0 commit comments

Comments
 (0)