React to ISendFileFeature parameter name change.
This commit is contained in:
parent
44834debeb
commit
4f8d1863d8
|
|
@ -87,7 +87,7 @@ namespace Microsoft.AspNetCore.Mvc
|
|||
await sendFile.SendFileAsync(
|
||||
FileName,
|
||||
offset: 0,
|
||||
length: null,
|
||||
count: null,
|
||||
cancellation: default(CancellationToken));
|
||||
}
|
||||
else
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ namespace Microsoft.AspNetCore.Mvc
|
|||
await sendFile.SendFileAsync(
|
||||
physicalPath,
|
||||
offset: 0,
|
||||
length: null,
|
||||
count: null,
|
||||
cancellation: default(CancellationToken));
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue