aboutsummaryrefslogtreecommitdiff
path: root/weed/util/grpc_client_server.go
AgeCommit message (Expand)AuthorFilesLines
2019-04-16better error messageChris Lu1-5/+5
2019-04-15increase max idle conn per hostsChris Lu1-1/+1
2019-04-11close grpc connections during errorsChris Lu1-1/+2
2019-04-04set default http idle connection per hostChris Lu1-0/+5
2019-03-19weed filer: set grpc port to port + 10000Chris Lu1-7/+4
2019-03-15add context.ContextChris Lu1-4/+5
2019-02-18raft change from http to grpcChris Lu1-6/+22
2019-02-18adding grpc mutual tlsChris Lu1-2/+2
2019-02-16skip nil optionsChris Lu1-8/+21
2019-01-18master add separate grpc portChris Lu1-0/+21
2019-01-18fix timeout issue, but can not reproduce with local built binariesChris Lu1-2/+2
2019-01-11Set rpc dial timeout to 5schenwanli1-1/+2
2018-12-07refactoringChris Lu1-0/+37
2018-07-03keep alive for gRpc callsChris Lu1-0/+28