Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 02b31d0

Browse filesBrowse files
mattvperrySteveSandersonMS
authored andcommitted
Stick closer to established style guides. Up buffer size to match websocket buffer size from original proxy code.
1 parent 5488445 commit 02b31d0
Copy full SHA for 02b31d0

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddleware.cs‎

Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/Webpack/ConditionalProxyMiddleware.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ namespace Microsoft.AspNetCore.SpaServices.Webpack
1616
/// </summary>
1717
internal class ConditionalProxyMiddleware
1818
{
19-
private const int BUFFER_SIZE = 1024;
19+
private const int DefaultHttpBufferSize = 4096;
20+
2021
private readonly HttpClient _httpClient;
2122
private readonly RequestDelegate _next;
2223
private readonly ConditionalProxyMiddlewareOptions _options;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.