Closed Debug295 closed 1 year ago
This code in this repository has been moved to the proxy-agents
monorepo, so I am closing this pull request. If you feel that this issue still exists as of the latest release, feel free to open a new issue over there.
There is #14 but I'm not sure if it same or not. Steps to reproduce: -Install netcat -Do
nc -l -v -p 8888 -L
-Launch code:Result: Script will connect and send
GET http://jsonip.org/ HTTP/1.1
and nothing else will happen. Connection will stay open forever. I am not good and JS so I can't found place where to fix this problem. Or how can I manually close connection?