This repository was archived by the owner on Dec 10, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix set_timeout backwards compatibility
Then given `None` as a timeout value, the set_timeout method would not actually set the timeouts to `None`. This would leave the values at 3 s if the `TSocket` object was instantiated with default args. This change ensures that calling `set_timeout(None)` really sets the timeouts to `None`.
- Loading branch information