Skip to content

Commit 1ee478b

Browse files
authored
Update core/src/main/java/com/linecorp/armeria/server/ServerConfig.java
1 parent 6723cc2 commit 1ee478b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/java/com/linecorp/armeria/server/ServerConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ public interface ServerConfig {
214214
long http2MaxHeaderListSize();
215215

216216
/**
217-
* Returns the maximum number of RST frames that are allowed per {@link #http2MaxResetFramesWindowSeconds()}.
217+
* Returns the maximum number of RST frames that are allowed per
218+
* {@link #http2MaxResetFramesWindowSeconds()}.
218219
*/
219220
@UnstableApi
220221
int http2MaxResetFramesPerWindow();

0 commit comments

Comments
 (0)