I saw a new PR (#149) to resolve an issue (#36) with relative URIs. But as a @samsonasik said in a [comment](https://github.com/zendframework/zend-http/pull/149#issuecomment-386852954), 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.
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 thehostparameter.