Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

1.0.0-alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidfowl davidfowl released this 17 Aug 03:57

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)