Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 5a4772bdc6f1c2505c2e4e96328c64f1a0534298
https://github.com/conformal/btcd/commit/5a4772bdc6f1c2505c2e4e96328c64f1a0534298
Author: Dave Collins <[email protected]>
Date: 2013-10-23 (Wed, 23 Oct 2013)
Changed paths:
M rpcserver.go
Log Message:
-----------
Change the RPC server to use it's own Muxer.
Rather than relying on the http package's DefaultServeMux for the RPC
server, create a unique mux specifically for the RPC server. This ensures
things, such as the http profiling handlers, do not commingle.