toland / patron

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

Correctly parse headers from multiple responses #154

Closed julik closed 6 years ago

julik commented 6 years ago

libCURL passes a string of multiple HTTP responses strung together to the caller. The caller then has to parse out the separate responses from that string to get the correct status code etc.

Fixes #152 #153 Fixes lostisland/faraday#733

julik commented 6 years ago

@toland ?