Getting exception ClientAbortException: java.io.IOException while download large zip file – Nginx
I am trying to download large zip file from rest API but getting org.apache.catalina.connector.ClientAbortException: java.io.IOException: connection reset by peer. Because of connection closed - downloaded zip file is corrupted and I am not able to open it. I tried setting…