socketio / socket.io-client

Realtime application framework (client)
https://socket.io
10.63k stars 3.04k forks source link

io.connect() doesn't honor document protocol #233

Closed dvv closed 13 years ago

dvv commented 13 years ago

if one serves socket.io from https://localhost:4000, handshake request will go to http://localhost:4000. The fix is at https://github.com/dvv/socket.io-client/commit/b3a156885ba8a00883b5c36856f42286320b55a0

Please, consider applying

3rd-Eden commented 13 years ago

Landed in master