Skip to content
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

missing headers #31

Closed
markolinke opened this issue Apr 12, 2011 · 1 comment
Closed

missing headers #31

markolinke opened this issue Apr 12, 2011 · 1 comment
Labels

Comments

@markolinke
Copy link

I'm using savon with httpclient adapter and I'm missing response headers .
Looking into code, found a line in httpclient.rb(line: 93) where the headers are lost.
In Ruby 1.8.7 that line should be written:

Response.new response.code, Hash[*response.header.all.flatten], response.content

Notice the splat (*) operator.

@ghost ghost assigned rubiii Apr 14, 2011
rubiii added a commit that referenced this issue Apr 14, 2011
@rubiii
Copy link
Contributor

rubiii commented Apr 28, 2011

to be fixed with v0.9.3

@rubiii rubiii closed this as completed Apr 28, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants