Go to file
Stephen Halter 47d7f73bdc Fix SocketOutput so that it can now complete large writes
- Complete in this context means that the callback gets invoked.
- Previously, calls to write would never complete if the buffer contained
  more than 64 KB (_maxBytesPreCompleted).
- This is tested by SocketOutputTests.CanWrite1MB.
2015-07-28 16:57:24 -07:00
build
samples Add sample that can produce large responses 2015-07-28 16:57:17 -07:00
src Fix SocketOutput so that it can now complete large writes 2015-07-28 16:57:24 -07:00
test/Microsoft.AspNet.Server.KestrelTests Make SocketOutput more testable 2015-07-28 16:57:22 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
KestrelHttpServer.sln Add sample that can produce large responses 2015-07-28 16:57:17 -07:00
LICENSE.txt
NuGet.Config
README.md
appveyor.yml
build.cmd
build.sh
global.json
makefile.shade

README.md

KestrelHttpServer

AppVeyor: AppVeyor

Travis: Travis

This repo contains a development web server for ASP.NET 5 based on libuv.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.