yk
2be4b0fe05
rpc/lib: fix RPC client, which was previously resolving https protocol to http (#4131)
Fixes #4051 Function `parseRemoteAddr` is forcing protocol HTTP and protocol HTTPs to tcp. This causes the bug in the issue #4051. I find that the tcp is only needed where `net.Dial`. So I moved the switch to makeHTTPDialer. |
5 years ago | |
---|---|---|
.. | ||
args_test.go | alias amino imports (#3219) | 6 years ago |
http_client.go | rpc/lib: fix RPC client, which was previously resolving https protocol to http (#4131) | 5 years ago |
http_client_test.go | rpc/lib: fix RPC client, which was previously resolving https protocol to http (#4131) | 5 years ago |
integration_test.go | fix import paths | 6 years ago |
ws_client.go | Fix linter errors thrown by `lll` (#3970) | 5 years ago |
ws_client_test.go | linters: modify code to pass maligned and interfacer (#3959) | 5 years ago |