aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-03-29 11:08:59 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-03-29 11:09:08 +0200
commit11840509fb44defcd0fb97d3a66d97d8ad9013c2 (patch)
tree71418deffd954d17298ec297ad334a06a63e1426 /doc
parent97e6a7f98cdbba051662d1aef8febe383e13b603 (diff)
parent51eef4a03ee8151c1c63b902cb3254116a2a2173 (diff)
downloadbitcoin-11840509fb44defcd0fb97d3a66d97d8ad9013c2.tar.xz
Merge #21484: doc: Add release notes for #18335
51eef4a03ee8151c1c63b902cb3254116a2a2173 doc: Add release notes for #18335 (rpc work queue exceeded error) (Larry Ruane) Pull request description: Follow-on to #18335 ACKs for top commit: darosior: ACK 51eef4a03ee8151c1c63b902cb3254116a2a2173 Tree-SHA512: 863d92cb1c23493d9c8c42ed89b30ebd59092e44f159de4cefbabfe4101e7d7d40f24776ff3fcf39dedf90b45fc25845cf7a2177af38729ce2118d75c3cd779b
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 0f248494c7..a0ab9b82b5 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -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
-----