Skip to content

Add Support for Timeout Parameter #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

jthigpen
Copy link

@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
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