mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 13:14:16 +01:00
help?
This commit is contained in:
parent
ff81b269b8
commit
e7b72baa1e
4 changed files with 7 additions and 6 deletions
|
|
@ -48,6 +48,6 @@ public class CacheController : ControllerBase
|
|||
|
||||
_fileStatisticsService.LogRequest(requestSize);
|
||||
|
||||
return _requestFileStreamResultFactory.Create(requestId, new BlockFileDataStream(substreams.ToArray()));
|
||||
return _requestFileStreamResultFactory.Create(requestId, new BlockFileDataStream(substreams));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue