This commit is contained in:
AJ ONeal 2016-12-19 09:31:35 -07:00 зафіксовано GitHub
джерело a3a3254527
коміт f780376ec2
1 змінених файлів з 1 додано та 1 видалено

@ -112,7 +112,7 @@ local handler and the tunnel handler.
You could do a little magic like this:
```
```js
var Dup = {
write: function (chunk, encoding, cb) {
this.__my_socket.write(chunk, encoding);