Fix tabs
This commit is contained in:
parent
7b9cb14a10
commit
83a8fd136f
|
|
@ -9,8 +9,8 @@ namespace Microsoft.AspNet.Http.Features.Internal
|
||||||
{
|
{
|
||||||
public class HttpResponseFeature : IHttpResponseFeature
|
public class HttpResponseFeature : IHttpResponseFeature
|
||||||
{
|
{
|
||||||
public HttpResponseFeature()
|
public HttpResponseFeature()
|
||||||
{
|
{
|
||||||
StatusCode = 200;
|
StatusCode = 200;
|
||||||
Headers = new Dictionary<string, string[]>(StringComparer.OrdinalIgnoreCase);
|
Headers = new Dictionary<string, string[]>(StringComparer.OrdinalIgnoreCase);
|
||||||
Body = Stream.Null;
|
Body = Stream.Null;
|
||||||
|
|
@ -39,4 +39,4 @@ namespace Microsoft.AspNet.Http.Features.Internal
|
||||||
throw new NotSupportedException();
|
throw new NotSupportedException();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue