Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Without the timeout the request expires immediately and results in the `HTTPClientError.deadlineExceeded`. I'm not sure why the async methods of AsyncHTTPClient don't allow a `nil` deadline like other methods (to use the overall client default). This patch makes it work, but maybe there should be a more general way to configure the timeout.
- Loading branch information