Skip to content

Conversation

@whipermr5
Copy link
Contributor

@whipermr5 whipermr5 commented Apr 27, 2017

Fixes #334

Checks whether app is running inside Google App Engine; uses urllib3.contrib.appengine.AppEngineManager instead of urllib3.PoolManager if it is (more info about the urllib3.contrib package here). This makes use of App Engine's URLFetch service instead of the sockets API, which is not available in non-billable apps.

@tsnoam
Copy link
Member

tsnoam commented Apr 29, 2017

@whipermr5 Thank you for your contribution.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compatibility with GAE

2 participants