When uploading a file and the internet drops, an upload can hang for ever.
If we get ECONRESET or ENOTFOUND or ECONNREFUSED or EPIPE errors we can of course handle these and retry.
However sometimes we don't get any of these, and there is nothing returned so we can't handle and try again.
Has anyone experienced this and have a solution?
Thanks :-)
When uploading a file and the internet drops, an upload can hang for ever.
If we get ECONRESET or ENOTFOUND or ECONNREFUSED or EPIPE errors we can of course handle these and retry.
However sometimes we don't get any of these, and there is nothing returned so we can't handle and try again.
Has anyone experienced this and have a solution?
Thanks :-)