]> granicus.if.org Git - apache/commit
Solve a bug identified by Sebastian that we would always reaquire the
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 29 May 2002 21:23:03 +0000 (21:23 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 29 May 2002 21:23:03 +0000 (21:23 +0000)
commit9b8c53f8167db5d916c5d8944ca917fd18ed0735
tree37b6eeeaa1b711236a15cd3d51dfaa83d13f112c
parent5e9d0958c84c161f047c2ac23095ae01f3332841
  Solve a bug identified by Sebastian that we would always reaquire the
  lock immediately instead of stalling for the isapi module's thread
  to complete its work.  This requires the new changes to thread_mutex
  that introduce a guarenteed APR_THREAD_MUTEX_UNNESTED flag.

Reported by: Sebastian Hantsch <Sebastian.Hantsch@t-online.de>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95366 13f79535-47bb-0310-9956-ffa450edef68
modules/arch/win32/mod_isapi.c