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

1.0.0-beta7

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 02 Sep 17:19

Features

  • Automatically add "Server" header to responses (#138)
  • Implement chunked responses (#97)
  • Inconsistent package naming (#11)

Bugs Fixed

  • Responses will never complete if nothing is written to the response body (#173)
  • Debug flaky test SocketOutputTests.CanWrite1MB (#154)
  • Kestrel becomes unresponsive when running sample under load (#127)
  • Returns 200 for unhandled exceptions (#43)
  • Exception in OnSendingHeaders not handled resulting in request hangs (#25)