gimite / web-socket-js

HTML5 Web Socket implementation powered by Flash
BSD 3-Clause "New" or "Revised" License
2.74k stars 490 forks source link

Attempting to access ws server using browser gives status code 200, not an error #158

Closed deltaflux closed 9 years ago

deltaflux commented 9 years ago

When creating a ws server by specifying a port, then a default handler is used which returns the message 'Not implemented' and a status code of 200 OK. Wouldn't it make more sense to return 404?

deltaflux commented 9 years ago

Wrong websocket project :(