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 query and fragment removed from request #224

Merged
merged 1 commit into from
Aug 11, 2016

Conversation

blmarket
Copy link
Contributor

Motivation:

DefaultSimpleHttpClient did not used query and fragment from original
URI from request.

Modifications:

  • Build string from path, query and fragment in original URI so query
    and fragment are not removed.

Result:

Proper request while using SimpleHttpClient

Motivation:

DefaultSimpleHttpClient did not used query and fragment from original
URI from request.

Modifications:

- Build string from path, query and fragment in original URI so query
  and fragment are not removed.

Result:

Proper request while using `SimpleHttpClient`
@codecov-io
Copy link

Current coverage is 64.06% (diff: 33.33%)

Merging #224 into master will decrease coverage by 0.12%

@@             master       #224   diff @@
==========================================
  Files           277        277          
  Lines         10603      10611     +8   
  Methods           0          0          
  Messages          0          0          
  Branches       1534       1536     +2   
==========================================
- Hits           6806       6798     -8   
- Misses         3059       3071    +12   
- Partials        738        742     +4   

Powered by Codecov. Last update 07e767f...86a888e

@trustin trustin self-assigned this Aug 11, 2016
@trustin trustin added this to the 0.21.5.Final milestone Aug 11, 2016
@trustin trustin added the defect label Aug 11, 2016
@trustin trustin merged commit 9c81fc6 into line:master Aug 11, 2016
@trustin
Copy link
Member

trustin commented Aug 11, 2016

Thanks! 👍

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

Successfully merging this pull request may close these issues.

3 participants