Files
bitcoin/src
Matthew Zipkin fec6b6bca8 refactor: split http_request_cb into libevent callback and dispatch
The original function is passed to libevent as a callback when HTTP
requests are received and processed. It wrapped the libevent request
object in a http_libevent::HTTPRequest and then handed that off to
bitcoin for basic checks and finally dispatch to worker threads.

In this commit we split the function after the
http_libevent::HTTPRequest is created, and pass that object to a new
function that maintains the logic of checking and dispatching.

This will be the merge point for http_libevent and http_bitcoin,
where HTTPRequest objects from either namespace have the same
downstream lifecycle.
2026-06-22 05:47:00 -04:00
..
2026-06-15 14:51:12 +01:00
2026-06-16 11:16:00 +02:00
2026-06-22 05:47:00 -04:00
2026-06-04 21:58:56 +10:00
2026-04-20 08:55:51 +02:00
2026-05-12 21:24:19 +02:00
2026-06-04 21:58:56 +10:00
2026-05-12 21:24:19 +02:00
2026-04-28 10:37:15 +02:00
2026-06-11 19:38:03 +02:00