Re: http/3 and libcurl-multi

2019-09-16 Thread Daniel Stenberg via curl-library
On Mon, 16 Sep 2019, Paul Oliver via curl-library wrote: I'm adding support for http/3 to my libcurl-based library and have come across a strange issue. I add a curl_multi_add_handle as usual and the first request works fine, however when I submit the second I receive no callbacks to my CURLOP

http/3 and libcurl-multi

2019-09-15 Thread Paul Oliver via curl-library
Hi there, I'm adding support for http/3 to my libcurl-based library and have come across a strange issue. I add a curl_multi_add_handle as usual and the first request works fine, however when I submit the second I receive no callbacks to my CURLOPT_HEADERFUNCTION or CURLOPT_WRITEFUNCTION and the r