You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ruediger Pluem <rp...@apache.org> on 2010/07/23 07:44:34 UTC

Re: svn commit: r966869 - in /httpd/httpd/trunk: CHANGES include/http_core.h modules/filters/mod_filter.c modules/http/http_protocol.c server/core.c


On 07/22/2010 11:54 PM, niq@apache.org 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