(req, bufs)
| 33 | function onshutdown(req) { return this[owner_symbol].doShutdown(req); } |
| 34 | |
| 35 | function onwrite(req, bufs) { return this[owner_symbol].doWrite(req, bufs); } |
| 36 | |
| 37 | /* This class serves as a wrapper for when the C++ side of Node wants access |
| 38 | * to a standard JS stream. For example, TLS or HTTP do not operate on network |