fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@pushrocks/smartrequest', | ||||
|   version: '2.0.2', | ||||
|   version: '2.0.3', | ||||
|   description: 'dropin replacement for request' | ||||
| } | ||||
|   | ||||
| @@ -69,8 +69,7 @@ const httpAgent = new plugins.http.Agent({ | ||||
|  */ | ||||
| const httpAgentKeepAliveFalse = new plugins.https.Agent({ | ||||
|   maxFreeSockets: 0, | ||||
|   keepAlive: false, | ||||
|   keepAliveMsecs: 0, | ||||
|   keepAlive: false | ||||
| }); | ||||
|  | ||||
| /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user