mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
doc: Add release notes for #18335 (rpc work queue exceeded error)
This commit is contained in:
parent
3530d5d2d8
commit
51eef4a03e
1 changed files with 4 additions and 0 deletions
|
@ -105,6 +105,10 @@ Low-level changes
|
|||
|
||||
RPC
|
||||
---
|
||||
- The RPC server can process a limited number of simultaneous RPC requests.
|
||||
Previously, if this limit was exceeded, `bitcoind` would respond with
|
||||
[status code 500 (`HTTP_INTERNAL_SERVER_ERROR`)](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_server_errors).
|
||||
Now it returns status code 503 (`HTTP_SERVICE_UNAVAILABLE`). (#18335)
|
||||
|
||||
Tests
|
||||
-----
|
||||
|
|
Loading…
Add table
Reference in a new issue