Libuv.Internal.Networking.UvException: Error -4095 EOF end of file
See original GitHub issueThe following exception is being logged by Kestrel when performing HTTP requests to our application hosted in an Azure Web App. All requests were returning 400 HTTP status. The service was running without any problem from quite a while but all of sudden throwing 400 status and after restarting it all resolved. Do we have anywhere the description of error code published (4095)?
Version: 2.0.8
StackTrace:
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Networking.UvException: Error -4095 EOF end of file
at Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.Networking.LibuvFunctions.ThrowError(Int32 statusCode)
at Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal.ListenerPrimary.PipeReadContext.ReadCallback(UvStreamHandle dispatchPipe, Int32 status)
fail: Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv[0]
ListenerPrimary.ReadCallback
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv. ...
We had this issue recently, turned out that the port the Kestrel server was trying to use had somehow now fallen within an...
Read more >App service in Azure stops responding - libuv reports EOF ...
Issue Title. App service in Azure stops responding - libuv reports EOF error. General. I have app services built using dotnet core 2.0...
Read more >[Cmake-commits] CMake branch, next, updated. v3.6.1- ...
+They may be set by end users to point at libuv components. ... "unknown error") \ + XX(EOF, "end of file") \ +...
Read more >[Cmake-commits] CMake branch, master, updated. v3.11.1- ...
+ +#ifndef UV_H +#define UV_H + +/* Include KWSys Large File Support ... "unknown error") \ + XX(EOF, "end of file") \ +...
Read more >xorriso - man pages section 1: User Commands
xorriso - creates, loads, manipulates and writes ISO 9660 filesystem images with Rock Ridge extensions.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@muratg Yes.
@halter73 are you doing this in the next few days?