LearnBoost / socket.io-spec

Specification for the Socket.IO Protocol (0.9)
http://socket.io
224 stars 22 forks source link

Handshake: Fix incorrectly described format #27

Open WillDignazio opened 10 years ago

WillDignazio commented 10 years ago

The handshake response format is separated by ':' for the heartbeat timeout, close timeout, and the transport formats as a whole. However it's worth noting that the transports format list itself is delineated by ','.