bug15937 464 B

1234567
  1. o Minor bugfixes (hidden service client):
  2. - Seven very fast consecutive requests to the same .onion address
  3. triggers 7 descriptor fetches. The first six each pick a directory
  4. (there are 6 overall) and the seventh one wasn't able to pick one
  5. which was triggering a close on all current directory connections. It
  6. has been fixed by not closing them if we have pending directory fetch.
  7. Fixes bug 15937; bugfix on tor-0.2.7.1-alpha.