You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The user may disable maxFormDataSize or maxMultipartRequestSize by setting them to -1, that is ok. In this case, maxRequestBodySize will still be enforced.
92
-
if (maxRequestBodySize < maxFormDataSize || maxRequestBodySize < maxMultipartRequestSize ) {
93
-
logger.error("Unable to start the HTTP server because the configuration is invalid. The [maxRequestBodySize] configuration is intended as a fail-safe, and must be greater than or equal to [maxFormDataSize] and [multipartStreamConfiguration.maxRequestSize].");
94
-
returnthis;
95
-
}
96
-
}
97
-
98
86
// Set up the server logger and the static loggers
0 commit comments