mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
The url parser was ignoring port hints from window.location when the uri string was undefined. This commit changes the parser to use window.location.host (not hostname) so that the port is preserved.