attohttpc: Timeout not working on Windows
I’m making a request with timeout set to Duration::from_secs(2)
to a dummy localhost server. The server sleeps for Duration::from_secs(5)
before responding, and the timeout is not enforced on Windows (though it works on macOS and Linux).
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 23 (23 by maintainers)
@adamreichold I can check that, sorry it took so long, I’ve been super busy.
Shutdown doesn’t return an error. I’ll check the unstable API.
I’ll do that later today or tomorrow.