mirror of
https://github.com/curl/curl.git
synced 2026-04-13 12:41:42 +08:00
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
20 lines
198 B
Plaintext
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>
|