Do not catch our thrown HttpException in RequestQueueBucket

This commit is contained in:
RogueException
2016-12-27 16:50:30 -04:00
parent 83a5456011
commit d82d7e1584

View File

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