Remove a download_status_reset() call that led to a crash -- see 23347
[tor.git] / changes / 19037
blob35f323f1b0fbdd9d500101a3a62da2c5a9629041
1   o Minor features (development support):
2     - Developers can now generate a call-graph for Tor using the
3       "calltool" python program, which post-processes object dumps.  It
4       should work okay on many Linux and OSX platforms, and might work
5       elsewhere too.  To run this, install calltool from
6       https://gitweb.torproject.org/user/nickm/calltool.git and run
7       "make callgraph". Closes ticket 19307.