sockjs / sockjs-erlang

WebSocket emulation - Erlang server
http://sockjs.org
Other
266 stars 120 forks source link

Add Cowboy 0.8.x Support - Clean Patch Series #49

Closed gebi closed 11 years ago

gebi commented 11 years ago

Clean patch series against current master to support cowboy 0.8.3. It passes all unit-test from sockjs-protocol-0.3.3.py cleanly.

(except for WebsocketHixie76 where support got removed in cowboy 0.8) see https://github.com/extend/cowboy/blob/master/CHANGELOG.md

hyperthunk commented 11 years ago

Fantastic! That looks much easier to work through. I might find time to QA and merge this over the weekend, but if not, I'll put aside some time at work next week to get it done. Thanks @gebi !