mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Fold in possible use of FNV if desired
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@998949 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -810,7 +810,7 @@ ap_proxy_buckets_lifetime_transform(request_rec *r, apr_bucket_brigade *from,
|
||||
* @return hash as unsigned int
|
||||
*/
|
||||
|
||||
typedef enum { PROXY_HASHFUNC_PROXY, PROXY_HASHFUNC_APR } proxy_hash_t;
|
||||
typedef enum { PROXY_HASHFUNC_DEFAULT, PROXY_HASHFUNC_APR, PROXY_HASHFUNC_FNV } proxy_hash_t;
|
||||
|
||||
PROXY_DECLARE(unsigned int)
|
||||
ap_proxy_hashfunc(const char *str, proxy_hash_t method);
|
||||
|
Reference in New Issue
Block a user