summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index dbfa00d0fe..017c16bd68 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -281,6 +281,15 @@ option(
production environment, or where API stability is required.'''
)
+option(
+ 'experimental-http2',
+ type: 'feature',
+ value: 'disabled',
+ description: '''Enable HTTP/2 protocol support using nghttp2. Do not rely
+ on this option for any production systems. It may have
+ behavior changes or be removed at any time.'''
+)
+
# Insecure options. Every option that starts with a `insecure` flag should
# not be enabled by default for any platform, unless the author fully comprehends
# the implications of doing so.In general, enabling these options will cause security