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 9f00eb6 commit 3b724c7Copy full SHA for 3b724c7
spring-web/src/main/java/org/springframework/http/codec/CodecConfigurer.java
@@ -154,9 +154,10 @@ interface DefaultCodecs {
154
* <p>By default this is not set, in which case individual codec defaults
155
* apply. All codecs are limited to 256K by default.
156
* @param byteCount the max number of bytes to buffer, or -1 for unlimited
157
- * @sine 5.1.11
+ * @since 5.1.11
158
*/
159
void maxInMemorySize(int byteCount);
160
+
161
/**
162
* Whether to log form data at DEBUG level, and headers at TRACE level.
163
* Both may contain sensitive information.
0 commit comments