aspnetcore/tools/Microsoft.AspNetCore.Server...
Stephen Halter c1e5640a65 Don't allow response headers to contain control characters
- For the purposes of this commit, control characters are everything < 0x20.
- Immediately throw an InvalidOperationException when the header is added to
  the IHttpResponseFeature.Headers dictionary.
2016-05-04 12:24:31 -07:00
..
FrameFeatureCollection.cs
KnownHeaders.cs Don't allow response headers to contain control characters 2016-05-04 12:24:31 -07:00
Microsoft.AspNetCore.Server.Kestrel.GeneratedCode.xproj
Program.cs
project.json Fix build warnings 2016-05-02 11:27:18 -07:00