Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: ced24946a4afdf413d862b9dda91b5c1faba0543
https://github.com/conformal/btcd/commit/ced24946a4afdf413d862b9dda91b5c1faba0543
Author: Josh Rickmar <[email protected]>
Date: 2013-11-07 (Thu, 07 Nov 2013)
Changed paths:
M rpcserver.go
Log Message:
-----------
Rework JSON handlers to take a btcjson.Cmd.
This change reworks where the command parsing occurs to be done before
handlers are checked. Before, the websocket extension handler called
the standard handler with the same message, and if it was unhandled,
would unmarshal it a second time for checking extension handlers.