+5684. [func] Changes to the DNS-over-HTTP (DoH) configuration
+ syntax:
+
+ - The maximum number of active DoH connections
+ can now be set using the "http-listener-clients"
+ option. The default is 300.
+ - The maximum number of concurrent HTTP/2 streams
+ per connection can be set using via the
+ "http-streams-per-connection" option. The default
+ is 100.
+ - Both of these values also can be set on a per-
+ listener basis using the "listener-clients" and
+ "streams-per-connection" parameters in an
+ "http" statement. For example:
+ http <name> {
+ listener-clients <number>;
+ streams-per-connection <number>;
+ };
+ [GL #2809]
+
5683. [func] The configuration checking code now verifies
HTTP paths. [GL !5231]