plugeth/node
Steven E. Harris 40283d0522
node: shut down all node-related HTTP servers gracefully (#20956)
Rather than just closing the underlying network listener to stop our
HTTP servers, use the graceful shutdown procedure, waiting for any
in-process requests to finish.
2020-04-27 11:16:00 +02:00
..
api.go node: allow websocket and HTTP on the same port (#20810) 2020-04-08 13:33:12 +02:00
config_test.go
config.go p2p/enode: improve IPv6 support, add ENR text representation (#19663) 2019-06-07 15:31:00 +02:00
defaults.go cmd, graphql, node: graphql flag polishes, les integration 2019-06-20 09:40:26 +03:00
doc.go
endpoints.go node: shut down all node-related HTTP servers gracefully (#20956) 2020-04-27 11:16:00 +02:00
errors.go
node_example_test.go
node_test.go node: allow websocket and HTTP on the same port (#20810) 2020-04-08 13:33:12 +02:00
node.go node: shut down all node-related HTTP servers gracefully (#20956) 2020-04-27 11:16:00 +02:00
rpcstack_test.go node: allow websocket and HTTP on the same port (#20810) 2020-04-08 13:33:12 +02:00
rpcstack.go changed date of rpcstack.go since new file (#20904) 2020-04-08 16:58:27 +02:00
service_test.go cmd/geth: enable DNS discovery by default (#20660) 2020-02-13 15:38:30 +02:00
service.go cmd/geth: enable DNS discovery by default (#20660) 2020-02-13 15:38:30 +02:00
utils_test.go