question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Libuv.Internal.Networking.UvException: Error -4095 EOF end of file

See original GitHub issue

The 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:closed
  • Created 5 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
halter73commented, Jan 11, 2019

@muratg Yes.

0reactions
muratgcommented, Jan 11, 2019

@halter73 are you doing this in the next few days?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found