You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
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 thehost
parameter.The text was updated successfully, but these errors were encountered: