We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Its not working even after increasing timeout to unlimited time.
Code: var response = request('POST', url, { headers : {'content-type':'application/xml'}, body: payload, timeout : 200000 });
Note: The request will take 5 minutes to complete. Platform windows
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Its not working even after increasing timeout to unlimited time.
Code:
var response = request('POST', url, {
headers : {'content-type':'application/xml'},
body: payload,
timeout : 200000
});
Note:
The request will take 5 minutes to complete. Platform windows
Error:
nodeNC failed: events.js:167 throw er; // Unhandled 'error' event ^ Error: read ECONNRESET at TCP.onStreamRead (internal/stream_base_commons.js:111:27) Emitted 'error' event at: at emitErrorNT (internal/streams/destroy.js:82:8) at emitErrorAndCloseNT (internal/streams/destroy.js:50:3) at process._tickCallback (internal/process/next_tick.js:63:19) : success : false
The text was updated successfully, but these errors were encountered: