Skip to content
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

Make Kestrel limits configurable #521

Closed
eduherminio opened this issue Oct 14, 2020 · 1 comment
Closed

Make Kestrel limits configurable #521

eduherminio opened this issue Oct 14, 2020 · 1 comment
Labels

Comments

@eduherminio
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Increase KestrelServerLimits.MaxRequestHeadersTotalSize (and potentially other limits, i.e. KestrelServerLimits.Http2.MaxRequestHeaderFieldSize). See #519

Describe the solution you'd like
Make Kestrel limits configurable.
See this draft PR of a possible implementation for USE_ASPNETCORE && .NET Standard > 1.3
#520

Describe alternatives you've considered
Ask for a manual increase of KestrelServerLimits.MaxRequestHeadersTotalSize (to int.MaxValue? to something else?)

@StefH
Copy link
Collaborator

StefH commented Oct 15, 2020

PR is merged.

@StefH StefH closed this as completed Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants