cloudhead / cloudhead/http-console

Http-Console fails assertion for writeable socket in GET

Open
#19 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.4k
Forks
63
PR merge metrics
No merged PRs in 30d

Description

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);
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.