fix(core): update
This commit is contained in:
parent
b80b8a0a20
commit
d3d476fd53
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartproxy',
|
name: '@pushrocks/smartproxy',
|
||||||
version: '3.0.25',
|
version: '3.0.26',
|
||||||
description: 'a proxy for handling high workloads of proxying'
|
description: 'a proxy for handling high workloads of proxying'
|
||||||
}
|
}
|
||||||
|
@ -296,6 +296,9 @@ JNj2Dr5H0XoLFFnvuvzcRbhlJ9J67JzR+7g=
|
|||||||
connection.on('end', () => {
|
connection.on('end', () => {
|
||||||
cleanupConnection();
|
cleanupConnection();
|
||||||
});
|
});
|
||||||
|
connection.on('timeout', () => {
|
||||||
|
cleanupConnection();
|
||||||
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
this.httpsServer.listen(this.options.port);
|
this.httpsServer.listen(this.options.port);
|
||||||
|
Loading…
Reference in New Issue
Block a user