Browse Source

Do not catch our thrown HttpException in RequestQueueBucket

tags/1.0-rc
RogueException 8 years ago
parent
commit
d82d7e1584
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net.Rest/Net/Queue/RequestQueueBucket.cs

+ 1
- 0
src/Discord.Net.Rest/Net/Queue/RequestQueueBucket.cs View File

@@ -117,6 +117,7 @@ namespace Discord.Net.Queue
return response.Stream;
}
}
catch (HttpException) { throw; } //Pass through
catch (TimeoutException)
{
#if DEBUG_LIMITS


Loading…
Cancel
Save