commit 58df5663cdc75d97b187f678546eec0be05adb36 Author: Matt Traudt sirmatt@ksu.edu Date: Mon Jun 25 12:54:57 2018 -0400
Add changelog entry for JSON decode exception --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 524ffab..4b1e1c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ from Tor at roughly the same time, causing us to overload our CPU core and make the process take unnecessarily long. Now we let one thread do the work so it can peg the CPU on its own and get the refresh done ASAP. (GH#205) +- Catch a JSON decode exception on malformed results so sbws can continue + gracefully (GH#210 GHPR#212)
### Changed
tor-commits@lists.torproject.org