Paul Oliver

Results 12 comments of Paul Oliver
trafficstars

It's certainly possible. At the moment it uses https://erlang.org/doc/man/gen_server.html#reply-2 to make synchronous responses. Do you have an existing asynch API in mind?

Cool so basically something like https://github.com/benoitc/hackney#get-a-response-asynchronously 👍

Cool. I've started a branch with some very early work. I haven't got it running yet.

Nice! Looks super promising! Any idea if it could be generalised for http2?

Pending https://github.com/curl/curl/issues/4362

Waiting on multiplexing support https://github.com/curl/curl/wiki/HTTP3

Using the latest curl with quiche and following the build instructions [here](https://curl.se/docs/http3.html) The following ```erlang {ok, _} = application:ensure_all_started(katipo). Pool = api_server, {ok, _} = katipo_pool:start(Pool, 1, [{pipelining, multiplex}]). Url...

Hey @dch! It probably will do, yeah. I just need to rebase on master and test again. I'll try to look at it soon.

Time flies! I'm doing a tidy up. Feel free to reopen 😄

I don't have an update to this issue (yet) but I did want to note that we both went to Otago. That's pretty random.