Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
Remove _nullBuffer
Browse files Browse the repository at this point in the history
Was meant to be removed as part of #335

/cc @rynowak
  • Loading branch information
benaadams committed Nov 20, 2015
1 parent 1c40548 commit 9d85263
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Microsoft.AspNet.Server.Kestrel/Http/Frame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public partial class Frame : FrameContext, IFrameControl
private readonly object _onStartingSync = new Object();
private readonly object _onCompletedSync = new Object();
private readonly FrameRequestHeaders _requestHeaders = new FrameRequestHeaders();
private readonly byte[] _nullBuffer = new byte[4096];
private readonly FrameResponseHeaders _responseHeaders = new FrameResponseHeaders();

private List<KeyValuePair<Func<object, Task>, object>> _onStarting;
Expand Down

0 comments on commit 9d85263

Please sign in to comment.