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 | |
---|---|---|
.. | ||
client | rpc/lib: fix RPC client, which was previously resolving https protocol to http (#4131) | 5 years ago |
server | Fix linter errors thrown by `lll` (#3970) | 5 years ago |
test | Ensure WriteTimeout > TimeoutBroadcastTxCommit (#3443) | 6 years ago |
types | Fix linter errors thrown by `lll` (#3970) | 5 years ago |
doc.go | Decouple StartHTTP{,AndTLS}Server from Listen() (#2791) | 6 years ago |
rpc_test.go | linters: modify code to pass maligned and interfacer (#3959) | 5 years ago |