Disable llassert(!mUploadFinished)
This fires so little that it isn't worth anymore to look into it (the only problem resulting from this is a wrong timeout on one of the http requests); and therefore no longer makes sense to have it triggered in alpha builds at all, since those do not produce enough debug output to understand what caused it in the first place.
This commit is contained in:
@@ -157,7 +157,10 @@ void HTTPTimeout::upload_starting(void)
|
||||
// |
|
||||
void HTTPTimeout::upload_finished(void)
|
||||
{
|
||||
// Disable this assert when there isn't enough debug output to do anything with it.
|
||||
#if defined(CWDEBUG) || defined(DEBUG_CURLIO)
|
||||
llassert(!mUploadFinished); // If we get here twice, then the 'upload finished' detection failed.
|
||||
#endif
|
||||
mUploadFinished = true;
|
||||
// Only accept a call to upload_starting() if being_redirected() is called after this point.
|
||||
mBeingRedirected = false;
|
||||
|
||||
Reference in New Issue
Block a user