trrk

Results 4 issues of trrk

closes #103 --- This is not related to the changes in this pull request, but I will note it here anyway. The two functions I modified this time, one sets...

I believe the timeout that can be set through http_client refers to the connection timeout. And I think the process shown below sets a timeout on isahc. According to the...

bug

`IsahcClient::new()` creates a client with a timeout set to 60 seconds. However, this client does not actually return a timeout error after 60 seconds. IsahcClient created with Config and try_into...

bug

When generating an `OffsetDateTime` from a `js_sys::Date`, there are cases where the sub-millisecond components are not set to zero. This behavior is unexpected and can lead to inaccuracies in the...

C-bug
A-third-party