Skip to content

Commit

Permalink
make names match
Browse files Browse the repository at this point in the history
  • Loading branch information
mgodave committed Dec 19, 2024
1 parent ee8e8e8 commit 214ce01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public final class HttpContextKeys {
newKey("HTTP_FORCE_NEW_CONNECTION", Boolean.class);

public static final Key<Boolean> HTTP_OPTIMIZE_ERROR_STREAM =
newKey("HTTP_OPTIMIZE_FLUSH", Boolean.class);
newKey("HTTP_OPTIMIZE_ERROR_STREAM", Boolean.class);

private HttpContextKeys() {
// No instances
Expand Down

0 comments on commit 214ce01

Please sign in to comment.