File tree 2 files changed +2
-1
lines changed 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 12
12
* util: Add ParseUInt32 and ParseUInt64
13
13
* [ RPC] getmempoolancestors/getmempooldescendants
14
14
* [ RPC] setnetworkactive
15
+ * httpserver: drop boost
15
16
* Update CHANGELOG
16
17
17
18
** Dynamic v2.2.0.0**
Original file line number Diff line number Diff line change @@ -498,7 +498,7 @@ void StopHTTPServer()
498
498
// master that appears to be solved, so in the future that solution
499
499
// could be used again (if desirable).
500
500
// (see discussion in https://github.com/bitcoin/bitcoin/pull/6990)
501
- + if (threadResult.valid () && threadResult.wait_for (std::chrono::milliseconds (2000 )) == std::future_status::timeout) {
501
+ if (threadResult.valid () && threadResult.wait_for (std::chrono::milliseconds (2000 )) == std::future_status::timeout) {
502
502
LogPrintf (" HTTP event loop did not exit within allotted time, sending loopbreak\n " );
503
503
event_base_loopbreak (eventBase);
504
504
}
You can’t perform that action at this time.
0 commit comments