We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feeeab1 commit 0f2efdbCopy full SHA for 0f2efdb
spring-web/src/main/java/org/springframework/http/codec/CodecConfigurer.java
@@ -155,9 +155,10 @@ interface DefaultCodecs {
155
* apply. In 5.1 most codecs are not limited except {@code FormHttpMessageReader}
156
* which is limited to 256K. In 5.2 all codecs are limited to 256K by default.
157
* @param byteCount the max number of bytes to buffer, or -1 for unlimited
158
- * @sine 5.1.11
+ * @since 5.1.11
159
*/
160
void maxInMemorySize(int byteCount);
161
+
162
/**
163
* Whether to log form data at DEBUG level, and headers at TRACE level.
164
* Both may contain sensitive information.
0 commit comments