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