Yelp / python-gearman

Gearman API - Client, worker, and admin client interfaces
http://github.com/Yelp/python-gearman/
Other
242 stars 123 forks source link

Address some SSL handling issues. #46

Closed Shrews closed 11 years ago

Shrews commented 11 years ago

Our increasingly extensive testing uncovered some deficiencies related to SSL. This branch addresses those and a client issue when it connects to multiple job servers.

klange commented 11 years ago

Thanks for working on these fixes!