bug28269 430 B

1234567
  1. o Minor bugfixes (onion services):
  2. - If we are launching repeated HSFETCH queries and are rate-limited,
  3. we introduce a new controller response QUERY_RATE_LIMITED instead
  4. of QUERY_NO_HSDIR, while keeping the latter for when onion service
  5. directories are missing a descriptor. Previously, we returned
  6. QUERY_NO_HSDIR for both cases. Fixes bug 28269; bugfix on
  7. 0.3.1.1-alpha. Patch by Neel Chauhan