aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2020-06-08 07:00:59 -0400
committerMarcoFalke <[email protected]>2020-06-08 07:01:14 -0400
commit8496dbeba6878d4a123995170a0ad8d125c17695 (patch)
tree9105703abd10920b033ae845e0b75904be50b62c /src/httpserver.cpp
parentMerge #19180: refactor: Replace RecursiveMutex with Mutex in Shutdown() (diff)
parentrefactor: Replace RecursiveMutex with Mutex in netbase.cpp (diff)
downloaddiscoin-8496dbeba6878d4a123995170a0ad8d125c17695.tar.xz
discoin-8496dbeba6878d4a123995170a0ad8d125c17695.zip
Merge #19190: refactor: Replace RecursiveMutex with Mutex in netbase.cpp
78c8f4fe11706cf5c165777c2ca122bd933b8b6a refactor: Replace RecursiveMutex with Mutex in netbase.cpp (Hennadii Stepanov) Pull request description: The functions that could lock this mutex, i.e., `{S,G}etProxy()`, `{S,G}etNameProxy()`, `HaveNameProxy()`, `IsProxy()`, do not call itself recursively, and do not call each other either directly or indirectly. Therefore, the `g_proxyinfo_mutex` could be a non-recursive mutex. Related to #19180. ACKs for top commit: MarcoFalke: ACK 78c8f4fe11706cf5c165777c2ca122bd933b8b6a , reviewed with the -W git option 👮 vasild: ACK 78c8f4fe verified that recursion does not happen Tree-SHA512: fc077fb371f38af5d05f1383c6bebf9926167c257892936fefd2d4fe6f679ca40124d25099e09f645d8ec266df222f96c5d0f9fd39eddcad15cbde0b427bc205
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions