Add a fuzzer for HTTP CONNECT
[tor.git] / changes / bug18982
blobbb0383d1363ddfceb4a877bee166c2ebbad5a21d
1   o Minor bugfixes (circuit logging):
2     - torspec says hop counts are 1-based, so fix two log messages
3       that mistakenly logged 0-based hop counts.
4       Closes ticket 18982, bugfix on 0275b6876 in tor 0.2.6.2-alpha
5       and 907db008a in tor 0.2.4.5-alpha. Patch by teor.
6       Credit to Xiaofan Li for reporting this issue.