-
Notifications
You must be signed in to change notification settings - Fork 822
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
when run php server got errors in browser #1377
Comments
@ddfznt tried that. not help. same time works in Edge. But in firefox and chrome all way got error when disable cache checked. without |
Hi @Codenator81 , I've assume your directory is misspelled , it should be /mnt/c/web |
@dsabolo Yes I wrote wrong path in example. Thanks. |
Could you please provide complete repro steps along with strace log? Thanks! |
@misenesi Sorry I can`t because I buy mac book pro and give up on it |
I'm having this same issue. Using the php built-in web server, when large(ish) files are accessed (I'm talking like <200kb, javascript files), I get "connection reset" nearly 100% of the time. It seems more frequent the larger the file is. This happens on PHP5.6 as well as 7.1. Smaller files are served fine. Here's an strace from 5.6... you can clearly see it reading the file and sending it. I have basically no experience reading through straces but the
Here's an strace from an actual Linux box running the same code in the same way:
|
Hmm, just found #610, which looks like it's probably the issue |
#610 is fixed in Creators Update release. Can someone here with the repro try this on Creators Update and see if you can get a repro? If not, we can close this issue out. |
I use the internal PHP server nearly every day and haven't had an issue since #610 was addressed |
@LordMonoxide - Thanks for your comment. I am closing this issue out. If it reappears, please comment and we can reopen. |
When run php -S localhost:8080 got error in browser
also try symfony command
php app/console server:run
Failed to load resource: net::ERR_CONNECTION_RESET
I tried switch off antivirus and firewall without luck
php version is 7
Windows : 14965.1001
The text was updated successfully, but these errors were encountered: