Skip to content

Commit

Permalink
Deprecate vertx.disableHttpHeadersValidation
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed May 17, 2024
1 parent f37aa24 commit 3b3567a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/vertx/core/http/HttpHeaders.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
public interface HttpHeaders {

/** JVM system property that disables HTTP headers validation, don't use this in production. */
@Deprecated
String DISABLE_HTTP_HEADERS_VALIDATION_PROP_NAME = "vertx.disableHttpHeadersValidation";

/** Constant that disables HTTP headers validation, this is a constant so the JIT can eliminate validation code. */
Expand Down

0 comments on commit 3b3567a

Please sign in to comment.