aspnet / BasicMiddleware

[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
169 stars 84 forks source link

Make flush work #114

Closed Tratcher closed 7 years ago

Tratcher commented 7 years ago

108 @davidfowl @JunTaoLuo

GZipStream supports flush on core but not net451. Optionally disable compression if flush is not supported.

Tratcher commented 7 years ago

ping

Tratcher commented 7 years ago

@BrennanConroy

JunTaoLuo commented 7 years ago

Couple of nits :shipit: