Author | SHA1 | Message | Date |
---|---|---|---|
Alessio Treglia | b646437ec7 |
Decouple StartHTTP{,AndTLS}Server from Listen() (#2791)
* Decouple StartHTTP{,AndTLS}Server from Listen() This should help solve cosmos/cosmos-sdk#2715 * Fix small mistake * Update StartGRPCServer * s/rpc/rpcserver/ * Start grpccore.StartGRPCServer in a goroutine * Reinstate l.Close() * Fix rpc/lib/test/main.go * Update code comment * update changelog and comments * fix tm-monitor. more comments |
6 years ago |
Alessio Treglia | f11db8c1b0 |
Pass http.ServeTLS() errors back to the caller (#2461)
Closes: #2460
* Pass http.ServeTLS() errors back to the caller
* Update CHANGELOG
* Amend StartHTTPServer() too for consistency's sake
* Revert "Amend StartHTTPServer() too for consistency's sake"
This reverts commit
|
6 years ago |
Zach Ramsay | 44dad6d70b |
Revert "detele everything"
This reverts commit
|
6 years ago |
Zach Ramsay | d02c5d1e30 | detele everything | 6 years ago |
Ethan Buchman | d55243f0e6 | fix import paths | 6 years ago |
Anton Kaliaev |
936a655990
|
limit number of open connections
Refs #1740 also, expose limit option for number concurrent streams for gRPC (unlimited by default) |
6 years ago |