On 07/22/2010 11:54 PM, [email protected] wrote: > Author: niq > Date: Thu Jul 22 21:54:39 2010 > New Revision: 966869 > > URL: http://svn.apache.org/viewvc?rev=966869&view=rev > Log: > Move AddOutputFilterByType implementation from core to mod_filter. > > Modified: > httpd/httpd/trunk/CHANGES > httpd/httpd/trunk/include/http_core.h > httpd/httpd/trunk/modules/filters/mod_filter.c > httpd/httpd/trunk/modules/http/http_protocol.c > httpd/httpd/trunk/server/core.c > > > Modified: httpd/httpd/trunk/include/http_core.h > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/include/http_core.h?rev=966869&r1=966868&r2=966869&view=diff > ============================================================================== > --- httpd/httpd/trunk/include/http_core.h (original) > +++ httpd/httpd/trunk/include/http_core.h Thu Jul 22 21:54:39 2010 > @@ -507,8 +507,6 @@ typedef struct { > const char *input_filters; /* forced with SetInputFilters */ > int accept_path_info; /* forced with AcceptPathInfo */ > > - apr_hash_t *ct_output_filters; /* added with AddOutputFilterByType */ > - > /* > * What attributes/data should be included in ETag generation? > */ > >
IMHO this requires a major bump. Regards RĂ¼diger
