katipo icon indicating copy to clipboard operation
katipo copied to clipboard

HTTP2 client for Erlang based on libcurl and libevent

Results 9 katipo issues
Sort by recently updated
recently updated
newest added

https://github.com/puzza007/katipo/commit/f04359b48c47f11d4c51f09022e0096558b22a4d

Hello, Right now the API provides only methods that blocks the current process until the response is received. Can you add API's that sends the response when is ready to...

This is my first stab at this feature. The code is horrible but I want to make it work at all first. On yesterday evening I've tried to debug an...

Hi @puzza007, We're trying to speed up our release boot time as described [here](https://erlangforums.com/t/investigating-slow-boot-time-in-small-erlang-release-seeking-optimization-strategies/4780). While debugging the boot process, we found that `metrics` is one of the modules consuming time...

The updated worker_pool isn't compatible with OTP 26 so I won't merge this yet.