On 03/08/2006 03:46 AM, Jim Jagielski wrote:
> Index: modules/proxy/mod_proxy.h
> ===================================================================
> --- modules/proxy/mod_proxy.h (revision 384045)
> +++ modules/proxy/mod_proxy.h (working copy)
> @@ -301,6 +301,11 @@
> #if APR_HAS_THREADS
> apr_thread_mutex_t *mutex; /* Thread lock for updating address cache */
> #endif
> + enum {
> + flush_off,
> + flush_on,
> + flush_auto
> + } flush_packets; /* how to deal with bad headers */
> void *context; /* general purpose storage */
> };
Forgot one thing: Doesn't this require a minor bump?
Regards
RĂ¼diger