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

1.0.0-beta8

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 15 Oct 17:27

Features

  • Style: Kestrel cleanup (#184)
  • Style: Refactor flow control (#183)
  • Support UNIX sockets (#156)

Bugs Fixed

  • Unable to read big json file from Request.Body (#234)
  • MemoryPool2 OverflowException on x64 (#227)
  • Multi-thread Kestrel crashes on x64 DNX (CLR & Core CLR) on Windows (racy) (#205)
  • Gracefully fail if a Listener fails to start (#185)
  • Issue with ThreadCount > 1 on Linux (#166)
  • Terminal window hangs on linux after starting Kestrel server (#108)
  • ServerFactory.Start does not cleanup properly if exception after first engine.CreateServer (#102)
  • Running k kestrel should display the address and port that is being listened on (#32)