CURLOPT_SASL_IR (3) Linux Manual Page
CURLOPT_SASL_IR – enable sending initial response in first packet Synopsis#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SASL_IR, long enable); DescriptionPass a long. If the value is 1, curl will send the initial response to the server in the first authentication packet in order to reduce the number of ping pong requests. Only applicable to the following supporting…
