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

1.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 18 Nov 15:30

Features

  • Add API to IKestrelServerInformation to enable/disable Nagle's algorithm (#172)
  • Don't block when calling user-defined OnStarted and OnCompleted callbacks (#143)
  • Graceful crashing, logging (#129)
  • Support Https (#83)

Bugs Fixed

  • Don't mask libuv load failures with a NullReferenceException (#302)
  • Consuming request body allocates a lot (#296)
  • Using Kestrel stand-alone sometimes gives 404's (#270)
  • Use DllImport for Libuv native binaries (#244)
  • Path should be unescaped (#124)