Relative Content

Tag Archive for node.jshttptcp

Node TCP keepalive connection receiving UV_EOF

I’m testing out some logic that requires a kept-alive connection. If I spin up a trivial server (using connect) it works as expected – I receive N requests over a single connection.