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

Issue 192038: Don't log empty FTP LIST responses as unknown server type. (Closed)

Created:
11 years, 3 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
Reviewers:
eroman, wtc
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Don't log empty FTP LIST responses as unknown server type. The histograms will be more accurate after this change. TEST=none BUG=20335 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25638

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M net/url_request/url_request_new_ftp_job.cc View 1 chunk +5 lines, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Paweł Hajdan Jr.
11 years, 3 months ago (2009-09-08 16:23:08 UTC) #1
wtc
LGTM. Please use BUG=20335 in the CL's description.
11 years, 3 months ago (2009-09-08 18:10:02 UTC) #2
eroman
lgtm http://codereview.chromium.org/192038/diff/1/2 File net/url_request/url_request_new_ftp_job.cc (right): http://codereview.chromium.org/192038/diff/1/2#newcode289 Line 289: if (!list_state.parsed_one) Style comment: I recommend doing ...
11 years, 3 months ago (2009-09-08 22:20:14 UTC) #3
wtc
11 years, 3 months ago (2009-09-09 01:14:50 UTC) #4
http://codereview.chromium.org/192038/diff/1/2
File net/url_request/url_request_new_ftp_job.cc (right):

http://codereview.chromium.org/192038/diff/1/2#newcode289
Line 289: if (!list_state.parsed_one)
I agree.  I also suggest that we change
LogFtpServerType to take state.lstyle as the argument,
which is all it neeeds.

Powered by Google App Engine
This is Rietveld 408576698