-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Currently protojure.grpc.client.providers.http2/connect requires a very specific format for :uri and does not accept some that it perhaps could. The URI's it seems to accept have scheme as well as port number, e.g. http://localhost:8080. Any piece missing makes the parsing fail, sometimes with a relatively opaque exception. It would be helpful for instance to support formats like:
http://some-hostorhttps://some-host, using the default port numbers for these protocols (i.e.80forhttpand443forhttps)- Currently omitting the port number causes an exception:
(NumberFormatException) at java.lang.Integer/parseInt (Integer.java:614): null
- Currently omitting the port number causes an exception:
some-host.comor similar URI's that omit the connection protocol; not clear if it's really necessary to have the protocol or if it can default to something likehttpsor correspond to what:sslis defined/provided as.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels