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

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds committed Nov 18, 2015
1 parent 2cdd659 commit efec0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Server.Kestrel/Http/Frame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void Reset()
httpConnectionFeature.IsLocal = false;
}

_connectionFilter?.PrepareRequest(this);
_prepareRequest?.Invoke(this);

_requestAbortCts?.Dispose();
}
Expand Down

0 comments on commit efec0fe

Please sign in to comment.