Searched refs:httpVer (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_task.cpp | 650 int64_t httpVer = CURL_HTTP_VERSION_NONE; in DumpHttpPerformance() local 651 (void)curl_easy_getinfo(curlHandle_, CURLINFO_HTTP_VERSION, &httpVer); in DumpHttpPerformance() 666 ", httpVer:%{public}s" in DumpHttpPerformance() 672 error_.GetErrorCode(), std::to_string(responseCode).c_str(), std::to_string(httpVer).c_str(), in DumpHttpPerformance() 684 httpPerfInfo.version = std::to_string(httpVer); in DumpHttpPerformance()
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 455 int64_t httpVer = CURL_HTTP_VERSION_NONE; in AddCurlHandle() local 456 (void)curl_easy_getinfo(handle, CURLINFO_HTTP_VERSION, &httpVer); in AddCurlHandle() 463 ", errCode:%{public}d, RespCode:%{public}s, httpVer:%{public}s, method:%{public}s", in AddCurlHandle() 469 std::to_string(httpVer).c_str(), context->options.GetMethod().c_str()); in AddCurlHandle() 480 httpPerfInfo.version = std::to_string(httpVer); in AddCurlHandle()
|
Completed in 4 milliseconds