This repository has been archived by the owner on Dec 18, 2018. It is now read-only.
Releases: aspnet/KestrelHttpServer
Releases · aspnet/KestrelHttpServer
1.0.0-beta4
Tag for new release 1.0.0-beta4
1.0.0-beta3
Bugs Fixed
- Show proper exception when libuv not installed or failed to be loaded (#41)
1.0.0-beta2
Updating to release NuGet.config
1.0.0-beta1
Updating to release NuGet.config
1.0.0-alpha4
Updating release NuGet.config
1.0.0-alpha3
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)