Re: HTTP/2 PING : how can execute curl_easy_perform function only to connect to the server side

2023-01-18 Thread Dan Fandrich via curl-library
Are you looking for CURLOPT_CONNECT_ONLY? -- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html

HTTP/2 PING : how can execute curl_easy_perform function only to connect to the server side

2023-01-18 Thread Kalin via curl-library
Hello, I'm using libCURL in client side application and wonder how can I connect to server side, without sending any HEADERS/DATA frame. This means sending Magic and exchanging SETTINGS frames, but not sending any frame on a Stream different than Zero. Мy question is because I'm trying to send