You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inside a try-catch block, the error is: Unsupported protocol.
P.s.: you can use CURL_HTTP_VERSION_2_0 (or CURL_HTTP_VERSION_2), if you want, instead of 3.
Hello!
I tried to built the first example, and it works well. Next I tried to add http2 support to it:
easy.add<CURLOPT_HTTP_VERSION>(3);
and after that I got the follow error:
The text was updated successfully, but these errors were encountered: