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 has been archived by the owner on Sep 25, 2020. It is now read-only.
$ tcurl -p hyperbahn01-sjc1:21300 moe --health
NOT OK
Error response received for the as-thrift request.
AssertionError: Expected host to contain IPv4
{"ok":false,"name":"AssertionError","message":"Expected host to contain IPv4","isError":true,"isErrorFrame":false}
$ tcurl --version
4.19.1
The text was updated successfully, but these errors were encountered:
@prashantv tcurl uses tchannel to create connections, which has checking for valid IPv4 address. I don`t know why developers decided to check it (tchannel uses vanilla node 'net' module to create sockets, which accepts hostnames and IP addresses) but it is as it is.
I created issue in tchannel issues list Issue-327.
The text was updated successfully, but these errors were encountered: