aspnetcore/src
Ben Adams 4bba074d77 Read to null buffer
Read to null buffer rather than Stream.Null as the CopyToAsync will
create a `new byte[]` on each call
bc14660885/src/mscorlib/src/System/IO/Stream.cs (L218)
of size 81920 bytes!
bc14660885/src/mscorlib/src/System/IO/Stream.cs (L48)
2015-10-28 08:53:11 +00:00
..
Microsoft.AspNet.Server.Kestrel Read to null buffer 2015-10-28 08:53:11 +00:00
Microsoft.AspNet.Server.Kestrel.Https