Skip to content

Add Support for Timeout Parameter#52

Closed
jthigpen wants to merge 3 commits into
maxcutler:masterfrom
roverdotcom:master
Closed

Add Support for Timeout Parameter#52
jthigpen wants to merge 3 commits into
maxcutler:masterfrom
roverdotcom:master

Conversation

@jthigpen
Copy link
Copy Markdown

@jthigpen jthigpen commented Feb 3, 2014

We added support for a timeout parameter to the wordpress library as detailed in http://stackoverflow.com/questions/372365/set-timeout-for-xmlrpclib-serverproxy.

It seems like a good idea to allow people to specify a timeout when interacting with third party services over a network. We needed this for our project and thought we would offer back the modifications we made.

@maxcutler maxcutler added this to the Version 2.3 milestone Feb 12, 2014
maxcutler added a commit that referenced this pull request Jun 29, 2014
Custom transports have the ability to modify the network behavior of the HTTP requests, to do things like proxying (see #41), timeouts (see #52), SSL certification validation (see #60), and more.
Fixes #61.
@maxcutler
Copy link
Copy Markdown
Owner

In version 2.3 I've exposed a transport parameter that you can pass with your custom transports. I'm not sure it makes sense to bundle particular transports in the library, but you should feel free to put it in a separate package and upload it to PyPI for easy sharing and consumption.

@jthigpen jthigpen closed this Dec 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants