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

Http-Console fails assertion for writeable socket in GET #19

Open
divyekapoor opened this issue Dec 28, 2010 · 0 comments
Open

Http-Console fails assertion for writeable socket in GET #19

divyekapoor opened this issue Dec 28, 2010 · 0 comments

Comments

@divyekapoor
Copy link

Node version: 0.3.2
Command Line: http-console localhost 8000 ( or http-console 127.0.0.1 )

http://localhost:8000> GET /

fails with an infinite loop on the following assertion error:

Error: assertion error
    at node.js:35:19
    at IOWatcher.onWritable [as callback] (net.js:164:5)

net.js:164:5 is an assertion:

 assert(socket.writable);
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

1 participant