mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Make Kestrel limits configurable #305
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @eduherminio on GitHub (Oct 14, 2020).
Is your feature request related to a problem? Please describe.
Increase
KestrelServerLimits.MaxRequestHeadersTotalSize(and potentially other limits, i.e.KestrelServerLimits.Http2.MaxRequestHeaderFieldSize). See #519Describe the solution you'd like
Make Kestrel limits configurable.
See this draft PR of a possible implementation for
USE_ASPNETCORE && .NET Standard > 1.3https://github.com/WireMock-Net/WireMock.Net/pull/520
Describe alternatives you've considered
Ask for a manual increase of
KestrelServerLimits.MaxRequestHeadersTotalSize(toint.MaxValue? to something else?)@StefH commented on GitHub (Oct 15, 2020):
PR is merged.