We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6723cc2 commit 1ee478bCopy full SHA for 1ee478b
core/src/main/java/com/linecorp/armeria/server/ServerConfig.java
@@ -214,7 +214,8 @@ public interface ServerConfig {
214
long http2MaxHeaderListSize();
215
216
/**
217
- * Returns the maximum number of RST frames that are allowed per {@link #http2MaxResetFramesWindowSeconds()}.
+ * Returns the maximum number of RST frames that are allowed per
218
+ * {@link #http2MaxResetFramesWindowSeconds()}.
219
*/
220
@UnstableApi
221
int http2MaxResetFramesPerWindow();
0 commit comments