• Felix Lange's avatar
    rpc: remove grace period when shutting down the server · c145589f
    Felix Lange authored
    The server delayed closing of connections for 3s when stopping. This was
    supposed to allow for slow handlers, but it didn't really work. When
    geth quits, it will just exit immediately after quitting the server.
    
    Removing the timer makes testing easier because all connections will be
    closed after Stop returns.
    c145589f
Name
Last commit
Last update
..
doc.go Loading commit data...
errors.go Loading commit data...
http.go Loading commit data...
inproc.go Loading commit data...
ipc.go Loading commit data...
ipc_unix.go Loading commit data...
ipc_windows.go Loading commit data...
json.go Loading commit data...
json_test.go Loading commit data...
notification.go Loading commit data...
notification_test.go Loading commit data...
server.go Loading commit data...
server_test.go Loading commit data...
types.go Loading commit data...
types_test.go Loading commit data...
utils.go Loading commit data...
websocket.go Loading commit data...