]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commitce74bf3824b90dc3e51668c7c15e0edf8c0d063c
tree3d3ffffe53c0a473649390bace4e9d8b2a77a330
parent134f33dfc4f9f9bb8f8640cf9d8653e49fdb74fc
  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/modules/ssl@99095 13f79535-47bb-0310-9956-ffa450edef68
ssl_engine_mutex.c