summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs/unit-http/socket.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-11-06Node.js: socket.js improvements.Andrey Zelenkov1-18/+20
- Fixed handling of the "options" parameter in Socket() constructor; - Now the connect() method returns "this"; - Deduplicated the address() method; - Added missing "callback" argument to the end() method; - Now the destroy() method returns "this"; - Added "timeout" argument type check in the setTimeout() method.
2018-10-03Added Node.js support.Alexander Borisov1-0/+99