You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
Notice the splat (*) operator.
The text was updated successfully, but these errors were encountered: