DIR: /proc/self/root/usr/share/node_modules/http2-wrapper/source/utils/ |
Current File : //proc/self/root/usr/share/node_modules/http2-wrapper/source/utils/js-stream-socket.js |
'use strict'; const stream = require('stream'); const tls = require('tls'); // Really awesome hack. const JSStreamSocket = (new tls.TLSSocket(new stream.PassThrough()))._handle._parentWrap.constructor; module.exports = JSStreamSocket; |