New issue
Advanced search Search tips

Issue 633841 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Compat



Sign in to add a comment

fails ftp directory listing

Reported by pdk...@gmail.com, Aug 3 2016

Issue description

UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36

Example URL:
ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/

Steps to reproduce the problem:
^

What is the expected behavior?

What went wrong?
The directory listing is empty. Works fine in Firefox.

Does it occur on multiple sites: N/A

Is it a problem with a plugin? No 

Did this work before? N/A 

Does this work in other browsers? Yes 

Chrome version: 52.0.2743.82  Channel: stable
OS Version: Ubuntu 14.04
Flash Version:
 

Comment 1 by mattm@chromium.org, Aug 3 2016

Components: Internals>Network>FTP
Status: Untriaged (was: Unconfirmed)

Comment 2 by pdk...@gmail.com, Dec 18 2016

Still in M56.

Comment 3 by pdk...@gmail.com, Mar 5 2017

Still in M57 - but different. The page keeps loading.
Since ftp listings are implemented with HTML/CSS/JS underneath, one can open up developer tools and see:

Failed to load resource: net::ERR_EMPTY_RESPONSE
Looking in chrome://net-internals, at the very end of the FTP directory listing...

=1337 [st=1227]    FTP_CONTROL_RESPONSE
                    --> lines = ["Transfer complete"]
                    --> status_code = 226
t=1337 [st=1227]    FTP_COMMAND_SENT
                    --> command = "QUIT"
t=1418 [st=1308]    FAILED
                    --> net_error = -324 (ERR_EMPTY_RESPONSE)
t=1419 [st=1309] -REQUEST_ALIVE
                  --> net_error = -324 (ERR_EMPTY_RESPONSE)

Maybe net/ftp/ftp_network_transaction.cc has the answers.
Owner: thestig@chromium.org
Status: Assigned (was: Untriaged)
We need to ignore empty quit responses for this one.
Status: Fixed (was: Assigned)

Sign in to add a comment