Skip to content

Commit

Permalink
[UNDERTOW-XXXX] Add the UndertowOption.HTTP2_PADDING_SIZE2 option
Browse files Browse the repository at this point in the history
  • Loading branch information
fl4via committed Oct 4, 2024
1 parent a91ae22 commit 5c6618b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/java/io/undertow/UndertowOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ public class UndertowOptions {
*/
public static final Option<Integer> HTTP2_PADDING_SIZE = Option.simple(UndertowOptions.class, "HTTP2_PADDING_SIZE", Integer.class);

public static final Option<Integer> HTTP2_PADDING_SIZE2 = Option.simple(UndertowOptions.class, "HTTP2_PADDING_SIZE", Integer.class);

/**
* Undertow keeps a LRU cache of common huffman encodings. This sets the maximum size, setting this to 0 will disable the caching.
*
Expand Down

0 comments on commit 5c6618b

Please sign in to comment.