2 references to MaxRequestBodySizeCannotBeModifiedForUpgradedRequests
InMemory.FunctionalTests (1)
MaxRequestBodySizeTests.cs (1)
359
Assert.Equal(CoreStrings.
MaxRequestBodySizeCannotBeModifiedForUpgradedRequests
, invalidOpEx.Message);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
211
throw new InvalidOperationException(CoreStrings.
MaxRequestBodySizeCannotBeModifiedForUpgradedRequests
);