curl-curl/tests/data/test1303
Stefan Eissing 78a610cb83
lib: rename curlx_timediff to curlx_timeleft_ms
Rename `Curl_timeleft()` to `Curl_timeleft_ms()` to make the units in
the returned `timediff_t` clear. (We used to always have ms there, but
with QUIC started to sometimes calc ns as well).

Rename some assigned vars without `_ms` suffix for clarity as well.

Closes #19486
2025-11-13 13:12:58 +01:00

20 lines
198 B
Plaintext

<testcase>
<info>
<keywords>
unittest
Curl_timeleft_ms
</keywords>
</info>
#
# Client-side
<client>
<features>
unittest
</features>
<name>
Curl_timeleft_ms unit tests
</name>
</client>
</testcase>