toland / patron

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

Fix cookie jar saving after request completion #106

Closed julik closed 8 years ago

julik commented 8 years ago

Previously the cookie jar would not be saved even with a cookie jar path set.

Fixes #15

toland commented 8 years ago

:+1: