mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Cache removed, with other spooge
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
#include "http_vhost.h"
|
||||
#include "http_request.h"
|
||||
#include "util_date.h"
|
||||
#include "mod_core.h"
|
||||
|
||||
/* Some WWW schemes and their default ports; this is basically /etc/services */
|
||||
/* This will become global when the protocol abstraction comes */
|
||||
@@ -427,7 +428,6 @@ static void * create_proxy_config(apr_pool_t *p, server_rec *s)
|
||||
ps->recv_buffer_size = 0; /* this default was left unset for some reason */
|
||||
ps->recv_buffer_size_set = 0;
|
||||
|
||||
ap_cache_init(&ps->cache, "mod_proxy cache", s);
|
||||
return ps;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user