mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
This fixes an issue when a full url is specified (i.e. http://service.com) the port would be the port from the page and not the uri string. This is easily exposed if using external engine.io servers on a page served up by localhost:3000 or similar from a development page.