We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3530d5d commit 51eef4aCopy full SHA for 51eef4a
doc/release-notes.md
@@ -105,6 +105,10 @@ Low-level changes
105
106
RPC
107
---
108
+- The RPC server can process a limited number of simultaneous RPC requests.
109
+ Previously, if this limit was exceeded, `bitcoind` would respond with
110
+ [status code 500 (`HTTP_INTERNAL_SERVER_ERROR`)](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_server_errors).
111
+ Now it returns status code 503 (`HTTP_SERVICE_UNAVAILABLE`). (#18335)
112
113
Tests
114
-----
0 commit comments