dhouse-js

Results 4 issues of dhouse-js

This PR fixes this and adds some tests for the [drain] function.

This PR follows the same idea to implement the HTTP upgrade mechanism as #159, although does so based on the refactored request queues in #172.

Currently, if you are writing to a body in a streaming manner, and the writer becomes closed, then you have to be careful to not write any more to the...

In many runtimes, there are separate reader and writer threads that drive the reading and writing from httpaf independently. So a thing that can happen is: - A request arrives....