-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cookie handling in httpclient adapter #52
Conversation
hi steffen. that looks a little too complex to pull without specs. |
Hi Daniel, with specs you mean some RSpec stuff to run against? Sure, will do that. -st 2012/6/7 Daniel Harrington <
|
cool :) |
Habe mal wieder Zeit gefunden um mich an den kleinen Patch für http_client -st 2012/6/7 Daniel Harrington <
|
hi steffen. the Rakefile doesn't include any Bundler setup, so you have to call tasks with |
I'm still not able to start rake to run the specs from httpclient :-( |
apart from a gzip-related problem with rbx (which should be fixed as soon as rbx is updated in travis), curb is specified to only be used in what bundler considers a :ruby platform though. |
That gives some hints. in http://gembundler.com/man/gemfile.5.html is stated:
I am on Windows. :-) Let's see what I can do. |
Now that i realized this issue is the same as this #69 |
Yo man, danke für's fixen. |
Nichts zu danken. (I don't know German, Google translate helped me! 😄) |
Not a problem. This time Goggle served you well ;-) -st -----Original Message----- Nichts zu danken. (I don't know German, Google translate helped me! 😄) Reply to this email directly or view it on GitHub: |
Hi Daniel,
do you remember the problems I had recently with the handling of multiple cookies and the httpclient adapter? It works with curb though.
The problem is that the method response.header.all.flatten can't handle multiple headers with the same key. I tried to mimick the behaviour of the curb adapter.
It works for me, on Windows. Can't easily test on other platforms.
Please have and integrate if appropriate.
-st