toland / patron

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

Fix the upload bug with GET bodies as well #116

Closed julik closed 8 years ago

julik commented 8 years ago

and remove the read callback function. It may come back when we implement direct-stream-out from files later in the development roadmap.

Basically, GETs with a request body require the same fix as #12

toland commented 8 years ago

👍