]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) Added new ap_register_cleanup_ex() API function which allows
authorJim Jagielski <jim@apache.org>
Sun, 8 Dec 2002 19:09:55 +0000 (19:09 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 8 Dec 2002 19:09:55 +0000 (19:09 +0000)
commit8f6f5328400bb4033dc17658dbab256f7487447e
treebf9a44d6adc2c45d788302e62fc673476873b4b0
parentd2a2a765649df75a0d7d4a212de0fe0c878d35ea
  *) Added new ap_register_cleanup_ex() API function which allows
     for a "magic" cleanup function to be run at register time
     rather than at cleanup time. Also added the
     ap_note_cleanups_for_(socket|fd|file)_ex() API functions
     which allows for control over whether that magic cleanup
     should be called or not. This does not change the default
     behavior of the non-"ex" function (eg: ap_register_cleanup).
     At present, the magic cleanup is simply code that performs
     a CLOSEXEC, but that can be modified (hmmm... maybe an
     API issue?)

PR:
Obtained from:
Submitted by:
Reviewed by: Martin

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@97798 13f79535-47bb-0310-9956-ffa450edef68
src/CHANGES
src/include/ap_alloc.h
src/include/ap_mmn.h
src/main/alloc.c
src/main/http_log.c