Discussed in #1254
Originally posted by wxl374 March 10, 2022
When configure OtlpHttpExporter's timeout less than 1s, it will set to 0 for the use of CURLOPT_TIMEOUT(
|
curl_easy_setopt(curl_, CURLOPT_TIMEOUT, http_conn_timeout_.count() / 1000); |
), then never times out (sometimes limited by CURLOPT_LOW_SPEED_TIME). Why not use CURLOPT_TIMEOUT_MS instead?