KestrelHttpServer Versions Save

[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore

1.0.0-beta4

9 years ago

1.0.0-beta3

9 years ago

Bugs Fixed

  • Show proper exception when libuv not installed or failed to be loaded (#41)

1.0.0-beta2

9 years ago

1.0.0-beta1

9 years ago

1.0.0-alpha4

9 years ago

1.0.0-alpha3

9 years ago

Bugs Fixed

  • Stress: leaking Microsoft.AspNet.Server.Kestrel.Http.SocketOutput+ThisWriteReq as they are rooted by strong handles (#19)
  • Writing should use PostAsync to flow exception back to writer (#17)
  • Calling close on wrong thread should be avoided (#16)
  • UvMemory should be Weak in several cases (#15)
  • Null reference when running on osx (#13)
  • Parse names/ports from server urls (#1)

Features

  • Web socket support (#6)