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

Commit 290ff2a

Browse files
committed
PR feedback
1 parent 4265855 commit 290ff2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNet.Http/DefaultHttpRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public virtual void Uninitialize()
4242
_features.Fetch(ref _features.Cache.Query, f => new QueryFeature(f));
4343

4444
private IFormFeature FormFeature =>
45-
_features.Fetch(ref _features.Cache.Form, this, self => new FormFeature(self));
45+
_features.Fetch(ref _features.Cache.Form, this, f => new FormFeature(f));
4646

4747
private IRequestCookiesFeature RequestCookiesFeature =>
4848
_features.Fetch(ref _features.Cache.Cookies, f => new RequestCookiesFeature(f));

0 commit comments

Comments
 (0)