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.
socksv5/lib/server.js
Line 114 in 4577d30
The accept function called
Readable#resume.And cause the the remaining chunk in stream to be flushed without properly handling.