What changed, and why it matters
This commit only updates a developer documentation file to reflect new internal thread names used by the Bitcoin Core HTTP server. It changes one line in doc/developer-notes.md from 'b-httpworker.x' to 'b-http_pool_x' and updates a documentation hyperlink. There is no code change, no functional change, and no security relevance.
No action required. This is a non-security documentation-only change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a single-line documentation update in doc/developer-notes.md. It updates the documented name of HTTP worker threads following a prior refactor that switched the HTTP server to use the Threadpool class (PR 33689). The change is purely cosmetic/reflective in documentation and does not touch source code, build scripts, configuration, or runtime behavior.
Changed components
doc/developer-notes.mdInspect captured patch +1 / −1
diff --git a/doc/developer-notes.md b/doc/developer-notes.md
index 31ffd370..d8ce01c8 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -672,7 +672,7 @@ and its `cs_KeyStore` lock for example).
- [ThreadHTTP (`b-http`)](https://doxygen.bitcoincore.org/httpserver_8cpp.html#abb9f6ea8819672bd9a62d3695070709c)
: Libevent thread to listen for RPC and REST connections.
-- [HTTP worker threads(`b-httpworker.x`)](https://doxygen.bitcoincore.org/httpserver_8cpp.html#aa6a7bc27265043bc0193220c5ae3a55f)
+- [HTTP worker threads (`b-http_pool_x`)](https://doxygen.bitcoincore.org/httpserver_8cpp.html#a2ad0a49dc9b5e8117c0dee98c24187d8)
: Threads to service RPC and REST requests.
- [Indexer threads (`b-txindex`, etc)](https://doxygen.bitcoincore.org/class_base_index.html#a96a7407421fbf877509248bbe64f8d87)
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.