]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
LDAPConnectionPoolTTL should accept negative values in order to allow
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 27 Jan 2023 12:58:32 +0000 (12:58 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 27 Jan 2023 12:58:32 +0000 (12:58 +0000)
commitb2d18fb704c64ce7767e07fe546eecec98c91b50
treef4c696fef1d669f367be3d359328b6b5237ff39c
parent735e7348ce55677589f8cf90435e576d00722181
LDAPConnectionPoolTTL should accept negative values in order to allow
connections of any age to be reused. Up to now, a negative value was handled
as an error when parsing the configuration file.  PR 66421.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907024 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/pr66421.txt [new file with mode: 0644]
modules/ldap/util_ldap.c