fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | |||||||
|  */ |  */ | ||||||
| export const commitinfo = { | export const commitinfo = { | ||||||
|   name: '@pushrocks/smartproxy', |   name: '@pushrocks/smartproxy', | ||||||
|   version: '3.0.30', |   version: '3.0.31', | ||||||
|   description: 'a proxy for handling high workloads of proxying' |   description: 'a proxy for handling high workloads of proxying' | ||||||
| } | } | ||||||
|   | |||||||
| @@ -200,6 +200,7 @@ JNj2Dr5H0XoLFFnvuvzcRbhlJ9J67JzR+7g= | |||||||
|               request.end(); |               request.end(); | ||||||
|             }); |             }); | ||||||
|             req.on('timeout', () => { |             req.on('timeout', () => { | ||||||
|  |               req.destroy(); | ||||||
|               request.end(); |               request.end(); | ||||||
|             }) |             }) | ||||||
|           } |           } | ||||||
| @@ -226,6 +227,7 @@ JNj2Dr5H0XoLFFnvuvzcRbhlJ9J67JzR+7g= | |||||||
|         }); |         }); | ||||||
|         response.on('timeout', () => { |         response.on('timeout', () => { | ||||||
|           res.end(); |           res.end(); | ||||||
|  |           res.destroy() | ||||||
|         }); |         }); | ||||||
|  |  | ||||||
|       } |       } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user