Do not catch our thrown HttpException in RequestQueueBucket
This commit is contained in:
@@ -117,6 +117,7 @@ namespace Discord.Net.Queue
|
||||
return response.Stream;
|
||||
}
|
||||
}
|
||||
catch (HttpException) { throw; } //Pass through
|
||||
catch (TimeoutException)
|
||||
{
|
||||
#if DEBUG_LIMITS
|
||||
|
||||
Reference in New Issue
Block a user