Cleanup middleware logic

* Http2Connection now sets up the streams and returns a responseStream
This commit is contained in:
2024-07-27 16:21:24 +02:00
parent dc3225538f
commit 0699123f5e
4 changed files with 84 additions and 25 deletions

View File

@ -0,0 +1,11 @@
<?php
namespace NoccyLabs\React\Http2\Connection;
use PHPUnit\Framework\Attributes\CoversClass;
#[CoversClass(Http2Connection::class)]
class Http2ConnectionTest extends \PHPUnit\Framework\TestCase
{
}