node-proxywrap icon indicating copy to clipboard operation
node-proxywrap copied to clipboard

Wrap node's Server interfaces to be compatible with the PROXY protocol

Results 5 node-proxywrap issues
Sort by recently updated
recently updated
newest added

Upgraded to Node 4.1.2 in my containers, and now the wrapped server no longer connects. Will dive further, just logging to check if this is something known or expected.

Hi! I found a mention of BSD in the package.json but this is not binding legally. Could a license file be added? Thank you!

Sockets are leaking when I set up servers using proxywrap -- eventually my server fails with messages of "Error: accept EMFILE". And I could see the growth of the open...

On the changes, besides the mentioned above, I changed `remoteAddress` and `remotePort` to `sourceAddress` and `sourcePort` respectively, which seemed to be more related to the original spec. Then I added...