diff options
author | Stefan Fritsch <sf@apache.org> | 2011-11-23 20:40:01 +0000 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-11-23 20:40:01 +0000 |
commit | ecb0dca4227a889a4b4c9d5a084e04a06f70c361 (patch) | |
tree | 529fca029d3c25c213846769e4271dde1ad5b12f /CHANGES | |
parent | e33026afcf4fc108127f50bebbaa79befa023f5b (diff) | |
download | httpd-ecb0dca4227a889a4b4c9d5a084e04a06f70c361.tar.gz |
Merge r1203634, r1204614, r1205564:
Pass ap_errorlog_info to error_log hook
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1205573 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.0 + *) core: Pass ap_errorlog_info struct to error log hook. [Stefan Fritsch] + *) mod_cache_disk: Make sure we check return codes on all writes and attempts to close, and clean up after ourselves in these cases. PR43589. [Graham Leggett] |