This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Zend\Http\Client should not accept relative URIs #170
Open
Description
I saw a new PR (#149) to resolve an issue (#36) with relative URIs. But as a @samsonasik said in a comment, relative URI's should not be used.
No adapters can actually work when no host is found in the URI, and logically I think it would be useless.
I think #149 should be reverted, adding a check in setUri()
method to check if it contains the host
parameter.