Skip to content

Commit

Permalink
Fix header names for compatibility with lower versions of Netty (#14632)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxsean committed Sep 5, 2024
1 parent 40e214c commit 45c007c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public enum HttpHeaderNames {

TE(io.netty.handler.codec.http.HttpHeaderNames.TE),

ALT_SVC(io.netty.handler.codec.http.HttpHeaderNames.ALT_SVC);
ALT_SVC("alt-svc");

private final String name;
private final CharSequence key;
Expand Down

0 comments on commit 45c007c

Please sign in to comment.