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

Incorrect Request-URI when using HttpClient with proxy #10039

Merged
merged 1 commit into from
Jan 15, 2017

Conversation

dmromanov
Copy link
Contributor

According to RFC2616 when sending a request to a proxy request URI MUST be sent in an absolute form.

Closes #10038 .

@codecov-io
Copy link

Current coverage is 94.96% (diff: 100%)

Merging #10039 into master will increase coverage by <.01%

@@             master     #10039   diff @@
==========================================
  Files           416        416          
  Lines         28702      28703     +1   
  Methods        3427       3427          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          27256      27257     +1   
  Misses         1446       1446          
  Partials          0          0          

Powered by Codecov. Last update 9e41f11...2710e2b

@lorenzo
Copy link
Member

lorenzo commented Jan 15, 2017

Thanks!

@lorenzo lorenzo merged commit fa88503 into cakephp:master Jan 15, 2017
@markstory markstory added this to the 3.3.13 milestone Jan 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants