-
-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add write timeout configuration (backwards compatible) (#589)
* Revert "Revert "Accept write_timeout configuration, and supply it along to savoy (#587)"" This reverts commit f43ead8. * Extract savon_params as a variable for manipulation * extract Configuration#savon_params and test it directly * Only supply and allow setting write_timeout when Savon supports it * These tests need to execute against both old and new versions of Savon Which means we can't actually instantiate the connection when _pretending_ to have a recent savon version, or we'll trick our own compatibility checks into passing Savon parameters it doesn't support.
- Loading branch information
Showing
2 changed files
with
149 additions
and
14 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