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