socksv5 icon indicating copy to clipboard operation
socksv5 copied to clipboard

Stream consumed by accident

Open mmis1000 opened this issue 7 years ago • 0 comments

https://github.com/mscdex/socksv5/blob/4577d30a72935c3f0946c46a97dbe033ca7bb701/lib/server.js#L114

The accept function called Readable#resume .
And cause the the remaining chunk in stream to be flushed without properly handling.

mmis1000 avatar Feb 16 '18 17:02 mmis1000