提交 0f2efdbe 编写于 作者: B Brian Clozel

Polish

See gh-23884
上级 feeeab17
...@@ -155,9 +155,10 @@ public interface CodecConfigurer { ...@@ -155,9 +155,10 @@ public interface CodecConfigurer {
* apply. In 5.1 most codecs are not limited except {@code FormHttpMessageReader} * apply. In 5.1 most codecs are not limited except {@code FormHttpMessageReader}
* which is limited to 256K. In 5.2 all codecs are limited to 256K by default. * which is limited to 256K. In 5.2 all codecs are limited to 256K by default.
* @param byteCount the max number of bytes to buffer, or -1 for unlimited * @param byteCount the max number of bytes to buffer, or -1 for unlimited
* @sine 5.1.11 * @since 5.1.11
*/ */
void maxInMemorySize(int byteCount); void maxInMemorySize(int byteCount);
/** /**
* Whether to log form data at DEBUG level, and headers at TRACE level. * Whether to log form data at DEBUG level, and headers at TRACE level.
* Both may contain sensitive information. * Both may contain sensitive information.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册