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

Commit efec0fe

Browse files
committed
Fix merge
1 parent 2cdd659 commit efec0fe

File tree

1 file changed

+1
-1
lines changed
  • src/Microsoft.AspNet.Server.Kestrel/Http

1 file changed

+1
-1
lines changed

src/Microsoft.AspNet.Server.Kestrel/Http/Frame.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public void Reset()
144144
httpConnectionFeature.IsLocal = false;
145145
}
146146

147-
_connectionFilter?.PrepareRequest(this);
147+
_prepareRequest?.Invoke(this);
148148

149149
_requestAbortCts?.Dispose();
150150
}

0 commit comments

Comments
 (0)