mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
doc: Add release notes for #18335 (rpc work queue exceeded error)
This commit is contained in:
@@ -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
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user