New issue
Advanced search Search tips

Issue 665786 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Nov 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

could not access specific url which contains 'github.com','google.com' etc.

Reported by eagzzy...@gmail.com, Nov 16 2016

Issue description

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

Steps to reproduce the problem:
1. I add `127.0.0.1       localhost.localdomain   vhost.dom       eagzzycsl-vhost` to `etc/hosts` in order to replace `localhost/xxxx` with `vhost.dom/xxxx`.
2. I could visit `http://localhost/app/eagzzycsl.github.com/` ,`eagzzycsl.github.com` is a local repository of Github Pages.but i could not visit `http://vhost.dom/app/eagzzycsl.github.com/`, chrome said "vhost.dom didn’t send any data.". but other url like `http://vhost.dom/app/phpMyAdmin/` could be visited normal and I could visit `http://vhost.dom/app/eagzzycsl.github.com/` by firefox or opear.
3. I have tried some urls and I find a minimum test case. `http://vhost.dom/x.github.com/`,but `http://vhost.dom/github.com/` work. In addition `http://vhos t.dom/x.google.com` don't work either. So I think there is some wrong when url contains domain of famous company like `github.com`.

What is the expected behavior?

What went wrong?
some url like `http://vhost.dom/x.github.com/` could not access via chrom on my compute. ps `vhost.dom` was written in `/etc/hosts` and resolve to `127.0.0.1`。there is more infomations in stpes。

Did this work before? N/A 

Chrome version: 54.0.2840.100  Channel: stable
OS Version: 4.8.7-1
Flash Version: Shockwave Flash 23.0 r0

my email: eagzzycsl@hotmail.com
 
Labels: M-54
Components: Internals>Network
Labels: Needs-Triage-M54

Comment 3 by eroman@chromium.org, Nov 17 2016

Labels: Needs-Feedback
What are you running on localhost?

Please grab a net log dump using these instructions:
https://dev.chromium.org/for-testers/providing-network-details

Comment 4 by eagzzy...@gmail.com, Nov 20 2016

I find out the reason of this issues. When I attempt to capture the dump log,I found the capturing events increase grows rapidly.I thought it may captured events of my chrome extensions.So I disable all extensions.Surprisingly it went to work when I visit `http://localhost/app/eagzzycsl.github.com/`. After testing, I found this issues was caused by SwitchyOmega,which I used to set proxy in order to browse website GFWed by GFW.

Thank you for your reading, and thank @`eroman@chromium.org` for the way he or she provided to capture log. It's a useful function.

Finally,this issue could be closed, these is no bug with chromium in this issue.Thanks again.

ps: I use nginx as web Server。
Status: WontFix (was: Unconfirmed)
Thanks for the update! Closing this issue.

Sign in to add a comment