HTTPServer: disconnect after idle timeout (-rpcservertimeout)
This commit adds an idle timeout for HTTP connections to Bitcoin Core's RPC server. Previously, clients could stay connected indefinitely even when doing nothing. Now, after a configurable period of inactivity (default 30 seconds via -rpcs…
cbb8d1fbby Matthew Zipkin+44−42 files