]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Use a mutex to control read/write for IVM values, so we can reuse the existing struct...
authorDaniel Gruno <humbedooh@apache.org>
Sat, 20 Apr 2013 12:26:05 +0000 (12:26 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 20 Apr 2013 12:26:05 +0000 (12:26 +0000)
commit98ebff29d770f92a5f052aae333633687389bed4
treec495583409ae2518c01781294766d7432d2067b4
parent35f9ad9165354c8fb0e066530e14da09ebd45727
Use a mutex to control read/write for IVM values, so we can reuse the existing structures without running into race conditions.
This should get rid of the need to have MaxConnectionsPerChild set to > 0.

If a new value is set and is a string, we either use the existing varbuf or grow it accordingly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1470156 13f79535-47bb-0310-9956-ffa450edef68
modules/lua/lua_request.c
modules/lua/lua_request.h
modules/lua/mod_lua.c