diff options
author | Stefan Fritsch <sf@apache.org> | 2011-09-15 21:53:59 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-09-15 21:53:59 +0200 |
commit | 2d4e23d88b52302bada92e581bd48e9f993e2df6 (patch) | |
tree | d3d5ef0d76c876f3ebc69dae5a27500693395394 /CHANGES | |
parent | - start definitive list of modules not to be included in 2.4 (diff) | |
download | apache2-2d4e23d88b52302bada92e581bd48e9f993e2df6.tar.xz apache2-2d4e23d88b52302bada92e581bd48e9f993e2df6.zip |
Create wrapper API for apr_random;
use in mod_lbmethod_heartbeat and mod_serf to
- replace some needles use of apr_generate_random_bytes
- remove code duplication
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1171247 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ Changes with Apache 2.3.15 PR 51714. [Stefan Fritsch, Jim Jagielski, Ruediger Pluem, Eric Covener, <lowprio20 gmail.com>] + *) core: Add convenience API for apr_random. [Stefan Fritsch] + *) core: Add MaxRangeOverlaps and MaxRangeReversals directives to control the number of overlapping and reversing ranges (respectively) permitted before returning the entire resource, with a default limit of 20. |