esa-httpserver
esa-httpserver copied to clipboard
An asynchronous event-driven HTTP server based on netty.
### Expected behavior When I send a `head` request in postman, there is a `Parse Error: The server returned a malformed response` occurred. ### Actual behavior I expect the response...
Netty is going to support io_uring in https://github.com/netty/netty-incubator-transport-io_uring Maybe we should support it too for performance? https://github.com/netty/netty/issues/10622.
### Expected behavior kqueue is supported by default or optional ### Actual behavior kqueue is unsupported