toland / patron

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

Headers aren't parsed correctly for first request when connection is proxied #152

Closed graudeejs closed 6 years ago

graudeejs commented 6 years ago

Please see this issue for details: https://github.com/lostisland/faraday/issues/733

julik commented 6 years ago

I am a bit divided on the issue because I don't see a lot of documentation on how the connect stuff should be handled by an HTTP client in a keepalive situation. That said, I will see what we can do. Bear in mind that libCURL does not provide us with anything standard to parse those headers.