Skip to content

Ignore MaxRequestBodySize for upgraded requests #13477

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 27, 2019

Conversation

BrennanConroy
Copy link
Member

@BrennanConroy BrennanConroy commented Aug 27, 2019

Ask mode template

Description

Customer reported issue in #13470.
When using WebSockets and IIS the client will be terminated after sending 30MB of data (by default) over the lifetime of the connection.

Customer Impact

Customers using Blazor or SignalR will have clients abruptly terminated if they stay connected for a long time, or are active and send ~30MB of data.

Regression?

Yes. Caused by #9475 when we added the MaxRequestBodySize feature to IIS in-proc.

Risk

Low.

@Pilchie Pilchie added the ask-mode This issue / PR is a patch candidate which we will bar-check internally before patching it. label Aug 27, 2019
@BrennanConroy BrennanConroy marked this pull request as ready for review August 27, 2019 18:38
@BrennanConroy BrennanConroy added this to the 3.0.0 milestone Aug 27, 2019
@BrennanConroy
Copy link
Member Author

Unfortunately some test discovery stuff isn't working for the tests. I verified the fix locally and verified that tests will hit this when we fix the test discovery.

@Pilchie
Copy link
Member

Pilchie commented Aug 27, 2019

This is approved by tactics.

@BrennanConroy BrennanConroy merged commit ecae683 into release/3.0 Aug 27, 2019
@BrennanConroy BrennanConroy deleted the brecon/websocket branch August 27, 2019 20:53
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions ask-mode This issue / PR is a patch candidate which we will bar-check internally before patching it.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants