-
Notifications
You must be signed in to change notification settings - Fork 524
Not responding - UvException: Error -107 ENOTCONN socket is not connected #2583
Comments
The ENOTCONN is a badly reported connection reset that happens almost immediately after the connection is established. We're cleaning up the logging for this with #2547. The following log is more interesting:
This is saying that a carriage return line feed ( |
#2547 is in dev which should fix the error reporting for the ENOTCONN. Are you still seeing BadHttpRequestException? |
Didn't mean to close. |
Hi. We're closing this issue as no response or updates have been provided in a timely manner and we have been unable to reproduce it. If you have more details and are encountering this issue please add a new reply and re-open the issue. |
Hi, thank you for efforts, didn't understand how do i fix the problem? |
@khancyai Upgrading to ASP.NET Core 2.1 should remove the ENOTCONN logs you're seeing. As for the BadHttpRequestException, I'll quote my previous response:
If you're still seeing BadHttpRequestExceptions and you think that the client is in fact sending valid requests, we'll need some more details about what client you're using (browser, c# HttpClient, etc...) and how you're using it. As far as I'm aware no one else has reported this kind of BadHttpRequestException before so I'm guessing there must be something fairly unusual going on. |
Hi, Kestrel http server behind of nginx (centOS), sometimes randomly hanging not responding.
This time a got this error message ;
The text was updated successfully, but these errors were encountered: