Closed inklesspen closed 6 years ago
config/service_config.py uses AppEngineManager if it detects it's running on appengine. But if GAE_USE_SOCKETS_HTTPLIB is set true, it should use the regular PoolManager.
config/service_config.py
AppEngineManager
GAE_USE_SOCKETS_HTTPLIB
config/service_config.py
usesAppEngineManager
if it detects it's running on appengine. But ifGAE_USE_SOCKETS_HTTPLIB
is set true, it should use the regular PoolManager.