Hello,
If you are getting this error -Error: -27780: read to host failed: [10054] Connection reset by peer" then use below solution:
Add this LR function web_set_sockets_option("CLOSE_KEEPALIVE_CONNECTIONS", "1"); after the request which is failing.
This step closes all the open connections, and as a result, LoadRunner stops waiting for the rest of the //response of the redirection.
NOTE: 10054 is a generic Microsoft network error — it is also possible for this error to be caused as a result of the application server being too heavily loaded, or due to a network/OS issue, or even due to an anti-virus/firewall on the server.
Thanks,
Deepak