Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Issue 118455: Binary File download issue (FTP) (Closed)

Created:
11 years, 6 months ago by ibrar
Modified:
9 years, 7 months ago
Reviewers:
wtc
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

[This CL has been replaced by http://codereview.chromium.org/118459 ] BUG=4965 R=wtc Description: Binary file download issue (pointed by TC) fixed

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -6 lines) Patch
M net/ftp/ftp_network_transaction.cc View 4 chunks +9 lines, -6 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
ibrar
11 years, 6 months ago (2009-06-09 21:04:43 UTC) #1
wtc
LGTM.
11 years, 6 months ago (2009-06-09 21:27:58 UTC) #2
wtc
11 years, 6 months ago (2009-06-09 21:36:32 UTC) #3
http://codereview.chromium.org/118455/diff/1/2
File net/ftp/ftp_network_transaction.cc (right):

http://codereview.chromium.org/118455/diff/1/2#newcode707
Line 707: case ERROR_CLASS_ERROR:
Our convention is to not use 'else' after 'return'.
I will rewrite this if-else as:

  if (retr_failed_)
    return Stop(ERR_FAILED);
  retr_failed_ = true;

Powered by Google App Engine
This is Rietveld 408576698