Closed amirjalali1 closed 6 years ago
This exception indicates that the client aborted a request in the middle of sending a request body. Other than the logs, are you seeing any unexpected behavior?
yes after this error i got 502.3 error then i have to recycle application pool
I also got this issue when the client tries to upload a file
@1amirjalai @fugaku After either of you see the -4077 ECONNRESET in your logs, is that the last thing logged? Are future requests not processed or logged? Is this the reason you have to restart the server?
If either of you could provide an app that reproduces the issue with either a client app included or instructions on how to make a request that causes the server to become unresponsive that would help.
If the server continues processing future requests, then this might just be the expected behavior when a client disconnects in the middle of an upload.
Subsequent requests are processed. Error will occur again if the user tries to upload another file.
@fugaku Do that mean that all file uploads fail? Can you provide an app that reproduces this behavior?
@1amirjalai what about @halter73's question?
I have two asp.net core 1.1.2 node with an iis arr 3 as load balancer in front of it. suddenly i get the following error
with this trace log :
i also checked iis arr sc-substatus and sc-status which are 604 and 404 respectively but i don't know if its related to above issue or not.
also dump log for threads looks something like this
but again i don't know if dump is related to error -4077 or not
any suggestion or help would be appreciated?