From f9686885be54a9b0f8947713a414de4ad3182037 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 30 Oct 2017 11:00:59 +0100 Subject: enable-http2 -> http2 --- src/libstore/globals.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/globals.hh') diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 880527322794..538273b546be 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -271,7 +271,7 @@ public: "Number of parallel HTTP connections.", {"binary-caches-parallel-connections"}}; - Setting enableHttp2{this, true, "enable-http2", + Setting enableHttp2{this, true, "http2", "Whether to enable HTTP/2 support."}; Setting tarballTtl{this, 60 * 60, "tarball-ttl", -- cgit 1.4.1