On Fri, Sep 28, 2007 at 06:50:57PM -0000, [EMAIL PROTECTED] wrote:
> ==============================================================================
> --- httpd/httpd/trunk/modules/proxy/mod_proxy_http.c (original)
> +++ httpd/httpd/trunk/modules/proxy/mod_proxy_http.c Fri Sep 28 11:50:57 2007
> @@ -98,29 +98,37 @@
>  }
>  
>  /* Clear all connection-based headers from the incoming headers table */
> -static void ap_proxy_clear_connection(apr_pool_t *p, apr_table_t *headers)
> +typedef struct foo {
> +    apr_pool_t *pool;
> +    apr_table_t *table;
> +} foo;

We *have* to be able to figure out a better name than 'foo', huh? :)
-- 
===========================================================================
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
            "If you can dodge a wrench, you can dodge a ball."

Reply via email to