toland / patron

Ruby HTTP client based on libcurl
http://toland.github.com/patron/
MIT License
541 stars 74 forks source link

Cleanup older rubies preparing for 1.x #171

Closed julik closed 5 years ago

julik commented 5 years ago

On 2.3+ upwards we don't need to check for header presence as those headers are always available. We can also unify and simplify GVL lock/unlock to one set of functions.