Tuesday, July 1, 2014

Error 103 (net::ERR_CONNECTION_ABORTED): Unknown error

One fine day I got a report from user that one of my webpage is broken. I was taken by surprised when I know they are using IE but the error has chrome logo, I thought, "wow, now they are getting friendly helping one another".

Error 103 (net::ERR_CONNECTION_ABORTED): Unknown error.
I’ve done some research, most of it stated that google have issue with certain antivirus or having a network issue. After further investigation, deduction, reinstall chrome, head banging, jumping around the office, I finally get some epiphany.

In my webpage, I put chrome=1 in meta http-equiv=”X-UA-Compatible”. If your PC has Google Chrome Frame and you are using IE to browse, IE will run Chrome Frame.
Google Chrome Frame was an open source plug-in that seamlessly brought Google Chrome's open web technologies and speedy JavaScript engine to Internet Explorer.
https://developers.google.com/chrome/chrome-frame/

I notice sarcasm in that statement, speedy JavaScript engine to Internet Explorer, so you are saying IE doesn’t have those speedy java engine thingy, quite cheeky?

After I remove chrome=1, it worked, or you can also uninstall Chrome Frame which has been no longer supported and retired as of February 25, 2014

References: http://stackoverflow.com/questions/14637943/what-is-x-ua-compatible-when-it-references-ie-edge-chrome-1  https://developers.google.com/chrome/chrome-frame/

No comments: