-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Cowboy 0.6.1 support #37
Comments
Cowboy API running fast, it's better to target 0.8.0 |
Bad news: |
Related: sockjs/sockjs-protocol#57 |
|
Also @yrashk had already done the port: https://github.com/spawngrid/sockjs-erlang/tree/cowboy-master |
Yep, it's in the testing now but so far it seems to work. |
I have an idea how to do a port that will work for both versions of cowboy, but it is not going to be too pretty. Basically, we should utilize the dispatching already in place and for old cowboy use {cowboy, Req} and for new cowboy use {cowboy1, Req} (for example). Then you can easily copy over changes from my port line by line and keep both versions. |
The changes seem to be:
Did I miss anything? |
On Tue, Oct 30, 2012 at 12:32 PM, Marek Majkowski
|
@yrashk I've noticed you forked |
I am trying to understand what changes at On Tue, Oct 30, 2012 at 1:06 PM, Marek Majkowski
|
See https://github.com/extend/cowboy/blob/master/CHANGELOG.md
The text was updated successfully, but these errors were encountered: