Skip to content

Instantly share code, notes, and snippets.

@dovidezra
Last active July 15, 2017 23:54
Show Gist options
  • Save dovidezra/91e3f96d46ddf59f2c89c01bebfa56a1 to your computer and use it in GitHub Desktop.
Save dovidezra/91e3f96d46ddf59f2c89c01bebfa56a1 to your computer and use it in GitHub Desktop.
Fix ERR_EMPTY_RESPONSE by using CMD
Go to START MENU
Go to RUN
Type CMD
Run below 6 commands one by one. Copy and paste them one by one into CMD and click ENTER after adding each.
(In CMD, you just have to click with your right mouse button to paste)
ipconfig /release
ipconfig /all
ipconfig /flushdns
ipconfig /renew
netsh int ip set dns
netsh winsock reset
NOTE: Restart your PC immediately after running the 6 commands. Reboot your system is necessary.
So Restart your PC and then try to open any webpage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment