You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #18335: bitcoin-cli: print useful error if bitcoind rpc work queue exceeded
8dd5946 add functional test (Larry Ruane)
b5a80fa util: Handle HTTP_SERVICE_UNAVAILABLE in bitcoin-cli (Hennadii Stepanov)
Pull request description:
If `bitcoind` is processing 16 RPC requests, attempting to submit another request using `bitcoin-cli` produces this less-than-helpful error message: `error: couldn't parse reply from server`. This PR changes the error to: `error: server response: Work queue depth exceeded`.
ACKs for top commit:
fjahr:
tACK 8dd5946
luke-jr:
utACK 8dd5946 (no changes since previous utACK)
hebasto:
re-ACK 8dd5946, only suggested changes since my [previous](bitcoin/bitcoin#18335 (review)) review.
darosior:
ACK 8dd5946
Tree-SHA512: 33e25f6ff05d9b56fae2bdb68b132557bb8e995f5438ac4fbbc53c304c5152a98aa43c43600c31d8a6a2830cbd48bf8ec7d89dce50190b29ec00a43830126913
0 commit comments