LearnBoost / socket.io-spec

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

typo for http response on handshake failure? #23

Open shekhei opened 11 years ago

shekhei commented 11 years ago

under line 812 in manager.js, the http code returned is 403 after handshake error, but it is written as 401 in the spec document

401 Unauthorized

If the server refuses to authorize the client to connect, based on the supplied information (eg: Cookie header or custom query components).

No response body is required.