nitely / nim-hyperx

Pure Nim http2 client and server 🖖
MIT License
23 stars 0 forks source link

Implement concurrency test suite #8

Closed nitely closed 1 month ago

nitely commented 1 month ago

There is a bunch of requests samples that can be used for it here https://github.com/http2jp/hpack-test-case/tree/master/raw-data

Test cases:

Server and client must be started in their own process.

Note nim-hpack runs all the http2jp/hpack-test-case tests.