forked from aio-libs/aiobotocore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There was a bug in the library in that we could not both: * set keepalive_timeout as None * set force_close to True Validation was wrong in that it expects `keepalive_timeout` to have to be one of `float` or `int`, but it should also allow `None` since `aiohttp` requires `keepalive_timeout` to be `None` if `force_close` is set to `True`. Closes aio-libs#932
- Loading branch information
1 parent
4694ba4
commit 45c6140
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters