mirror of
https://github.com/swift-server/async-http-client.git
synced 2026-06-02 07:37:34 +00:00
Motivation: Right now documentation states that timrout defaults to no timeout, this is no actually true, if timeout is not set NIO bootstrap defaults to 10 seconds connect timeout. Modifications: Updates documentation comment. Result: Closes #118