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

Fix request does not yield adapter client #70

Merged
merged 1 commit into from
Nov 30, 2012
Merged

Fix request does not yield adapter client #70

merged 1 commit into from
Nov 30, 2012

Conversation

rogerleite
Copy link
Member

This commit allow the code below to work. More details in issue #68

    response = HTTPI.get(request, :curb) do |client|
      client.follow_location = true
    end
    puts response.code  # => 200

This commit allow the code below to works. More details in issue #68

    response = HTTPI.get(request, :curb) do |client|
      client.follow_location = true
    end
    puts response.code  # => 200
@rogerleite
Copy link
Member Author

Travis troll error ...
@rubiii What do you think?

@rubiii rubiii merged commit 876293c into savonrb:master Nov 30, 2012
@rubiii
Copy link
Contributor

rubiii commented Nov 30, 2012

looks good. thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants