This commit is contained in:
2023-04-16 15:57:50 +08:00
parent 2c3eed0b7a
commit cbcf457e7b
4 changed files with 129 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class HttpResponseEmitter implements ResponseEmitter
// TODO: Implement sender() method.
$this->writeParams($proxy, $response);
$proxy->write($response);
$proxy->end($response);
}