From: Jesse Williamson Date: Thu, 16 Feb 2023 10:54:41 +0000 (+0000) Subject: Adds max_connections to test display. X-Git-Tag: archive/raspbian/16.2.11+ds-2+rpi1^2~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d96e0c83a6ed21dd2fd77fe38a7353df7a851d7c;p=ceph.git Adds max_connections to test display. Origin: upstream, https://github.com/civetweb/civetweb/pull/776/commits/3b8eb36676f70d06f8918ccf62029207c49cdda0 Bug: https://github.com/civetweb/civetweb/issues/775 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109 Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1838109 Gbp-Pq: Name civetweb-755-1.8-somaxconn-configurable_test.patch --- diff --git a/src/civetweb/test/page3.ssjs b/src/civetweb/test/page3.ssjs index 71e55e34e..70b840ed3 100644 --- a/src/civetweb/test/page3.ssjs +++ b/src/civetweb/test/page3.ssjs @@ -21,6 +21,7 @@ opts = [ "document_root", "ssl_certificate", "num_threads", +"max_connections", "run_as_user", "url_rewrite_patterns", "hide_files_patterns",