]> granicus.if.org Git - apache/commit
Fix a serious bug where the 'next' generation of the server would open
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 27 Mar 2003 23:34:06 +0000 (23:34 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 27 Mar 2003 23:34:06 +0000 (23:34 +0000)
commitd4fa0a5a653ed4618a65dc2af399c0d07a34549e
tree30cfafcc7b3be2428dbeacbe316dd6842666e56a
parent199b44f0af51b16e2dbd1b07cc6dc4c6c36199ad
  Fix a serious bug where the 'next' generation of the server would open
  a brand new mutex.  This patch creates a single mutex in the first config
  phase that survives for the life of the server (server->process->pool).

  Now one server generation to the next will respect the same mutex between
  one another, while the previous generation is still mopping up.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99095 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_mutex.c