This commit is contained in:
Viktor Szakats 2026-03-08 21:37:10 +01:00
parent d498dba2e8
commit 2f6eec2c77
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -79,8 +79,8 @@ static CURLcode test_cli_h2_upgrade_extreme(const char *URL)
curl_easy_setopt(curl, CURLOPT_WRITEDATA, NULL);
curl_easy_setopt(curl, CURLOPT_HTTPGET, 1L);
curl_msnprintf(range, sizeof(range),
"%" CURL_FORMAT_CURL_OFF_TU "-"
"%" CURL_FORMAT_CURL_OFF_TU,
"%" CURL_FORMAT_CURL_OFF_T "-"
"%" CURL_FORMAT_CURL_OFF_T,
(curl_off_t)0,
(curl_off_t)16384);
curl_easy_setopt(curl, CURLOPT_RANGE, range);

View file

@ -219,7 +219,7 @@ static int my_progress_d_cb(void *userdata,
}
#endif
default:
curl_mfprintf(stderr, "[t-%zu] info SSL_PTR backend=%d, ptr=%p\n",
curl_mfprintf(stderr, "[t-%zu] info SSL_PTR backend=%u, ptr=%p\n",
t->idx, tls->backend, tls->internals);
break;
}