We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f615d5d commit c3413f8Copy full SHA for c3413f8
cloud-admin/Http2/Parser/Request.php
@@ -27,7 +27,6 @@
27
/**
28
* 不准备支持cookie session.
29
*/
30
-//todo 适配psr规范 PSR-7 PSR-15
31
class Request
32
{
33
cloud-admin/Http2/Server/Server.php
@@ -111,7 +111,7 @@ public function start(): void
111
$options = $this->sslConfig->toArray();
112
}
113
$this->onRequest = function (Request $request, Http2Connection $connection) {
114
- //todo 待适配 Swow的recvHttpRequest
+ //http2太难了 ,等作者实现吧
115
// $handler = $this->handler;
116
// $handler($request, $connection->connection);
117
return new Response(200, ['A' => 'hello world'], "<h1>hello h2!<h1>");
0 commit comments