mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Fix build break
This commit is contained in:
committed by
Steve Sanderson
parent
02b31d05a2
commit
cdbbbcc473
@@ -98,7 +98,7 @@ namespace Microsoft.AspNetCore.SpaServices.Webpack
|
||||
|
||||
using (var responseStream = await responseMessage.Content.ReadAsStreamAsync())
|
||||
{
|
||||
await responseStream.CopyToAsync(context.Response.Body, BUFFER_SIZE, context.RequestAborted);
|
||||
await responseStream.CopyToAsync(context.Response.Body, DefaultHttpBufferSize, context.RequestAborted);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user