diff options
author | Forrest Voight <forrest@forre.st> | 2015-07-01 21:34:31 -0400 |
---|---|---|
committer | Forrest Voight <forrest@forre.st> | 2015-07-01 21:55:08 -0400 |
commit | 72b9452b1d5ff8761466e9810facfd50103cc63b (patch) | |
tree | be7c69f872fb57e78a0784f8780ff8749754f450 /src/rest.cpp | |
parent | 6bcb0a21c5435738e2fccd589636de8db4989992 (diff) |
When processing RPC commands during warmup phase, parse the
request object before returning an error so that id value can
be used in the response.
Prior to this commit, RPC commands sent during Bitcoin's
warmup/startup phase were responded to with a JSON-RPC error
with an id of null, which violated the JSON-RPC 2.0 spec:
id: This member is REQUIRED. It MUST be the same as the value
of the id member in the Request Object. If there was an error
in detecting the id in the Request object (e.g. Parse
error/Invalid Request), it MUST be Null.
Diffstat (limited to 'src/rest.cpp')
0 files changed, 0 insertions, 0 deletions