Luan Devecchi

Results 3 issues of Luan Devecchi

This pull request introduces `fs__stat_nohandle` as a fallback when `CreateFileW` fails with `ERROR_ACCESS_DENIED` on `fs__stat_impl_from_path` so we can gather basic stats on read-only files. Fixes: https://github.com/libuv/libuv/issues/3267

This is my initial implementation (WIP) of the battery API on Windows. I left some comments in the code.

While implementing tests for new option `tries` on Resolver I noticed that it took at least 900ms more than it should when the timeout was > 1000. So a 1000ms...

c++
cares
needs-ci