http2
http2 copied to clipboard
Dispatch RequestCtx in it's own coroutine
The main problem this lib has is that the dispatching of handlers is not performed in different coroutines, thus, the handleStreams
coroutine blocks entirely until the handler finishes, which is not desirable.
doing this will resolve the race condition?
so a complete code refactoring?