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 excon and http adapters #181

Merged
merged 1 commit into from
Jan 12, 2017

Conversation

Bonias
Copy link

@Bonias Bonias commented Jan 11, 2017

Hi, I noticed that excon and http adapters weren't read correctly cookies when they were set by multiple Set-Cookie headers. This PR fixes that.

I also added integration specs for excon and http adapters (just copied httpclient_spec), because they were missing. I needed to make additional changes to http adapter to make "https requests raises when no certificate was set up" spec pass.
I skipped "supports chunked response" spec - it is failing and I don't know what to do with it.

- fix multiple cookie headers support for excon and http adapter
- fix SSLError error handling for http connector
- add inegration tests for excon and http adapters
@coveralls
Copy link

coveralls commented Jan 11, 2017

Coverage Status

Coverage increased (+5.4%) to 74.451% when pulling fab302a on Bonias:fix-http-and-excon-adapter into 4aed534 on savonrb:master.

@rogerleite
Copy link
Member

Hi @Bonias! Thanks for this PR.

@rogerleite rogerleite merged commit e671b7a into savonrb:master Jan 12, 2017
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.

3 participants