We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0663b commit d7b9874Copy full SHA for d7b9874
client.go
@@ -32,7 +32,7 @@ var (
32
33
log = logging.Logger("rpc")
34
35
- _defaultHTTPClient = &http.Client{
+ _defaultHTTPClient = &http.Client{
36
Transport: &http.Transport{
37
Proxy: http.ProxyFromEnvironment,
38
DialContext: (&net.Dialer{
server.go
@@ -19,7 +19,7 @@ const (
19
20
// RPCServer provides a jsonrpc 2.0 http server handler
21
type RPCServer struct {
22
- methods map[string]rpcHandler
+ methods map[string]rpcHandler
23
24
// aliasedMethods contains a map of alias:original method names.
25
// These are used as fallbacks if a method is not found by the given method name.
0 commit comments