.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@7790 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-10-16 13:08:30 +00:00
parent 02b537ace2
commit 445db2e421

View file

@ -396,7 +396,6 @@ bool HttpRequest::Do()
}
if(phase == FAILED) {
DDUMP(max_retries);
if(retry_count++ < max_retries) {
LLOGS("HTTP retry on error " << GetErrorDesc());
start_time = msecs();