Skip to content
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

BREW /test HTCPCP/1.0\r\n doesn't work #2

Open
lapsio opened this issue Mar 15, 2014 · 1 comment
Open

BREW /test HTCPCP/1.0\r\n doesn't work #2

lapsio opened this issue Mar 15, 2014 · 1 comment

Comments

@lapsio
Copy link

lapsio commented Mar 15, 2014

HTCPCP requests doesn't work. HTCPCP shouldn't be HTTP based, it's just bad implementation. Nodejs http server rejects all non-http requests including htcpcp ones. htcpcp server must be raw tcp/ip based.

@stephen
Copy link
Owner

stephen commented Apr 3, 2014

You're right. Recently worked on another node package that worked on the socket-level to parse similar-to-HTTP protocols (httplike) such as htcpcp.

Will likely re-write this package to use httplike at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants