-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NodeJS 5.1 http server unexpected Socket timeouts #3923
Comments
By default If you explicitly add |
Just an FYI, the Re: #3319 |
@mscdex Doesn't work for me |
Also, I tried to setup by |
It's happens because all modern browsers always asking for |
@bricss Did you try it? |
@3axap4eHko Yes, I did. |
@bricss No, man! There are issue not in the
when both of the files (html, ico) are requested? |
Use your first code sample. Open your browser and type |
@bricss your browser is cached some requests, lets try this example for windows
|
Ok, after some debug and research I found that the problem with double log inhere only for Chrome. IE and Firefox doesn't have such problem. |
Reading through this it's not clear that this is a node problem. Closing but can reopen if necessary. |
Modified example from https://nodejs.org/en/about/
In 5 seconds after open url you will see
The first Oops! is for url and the another one is for favicon.ico
The text was updated successfully, but these errors were encountered: