Loading CHANGES +3 −0 Original line number Diff line number Diff line Changes with Apache 2.0b1 *) Fix a segfault caused by mod_ext_filter when the external filter program does not exist. [Jeff Trawick] *) Fix an output truncation error when on an HTTP >= 1.0 request an object of size between DEFAULT_BUCKET_SIZE and AP_MIN_BYTES_TO_WRITE was served through mod_charset_lite (or anything else that would Loading modules/experimental/mod_ext_filter.c +3 −1 Original line number Diff line number Diff line Loading @@ -421,7 +421,9 @@ static apr_status_t init_ext_filter_process(ap_filter_t *f) * be open. */ apr_register_cleanup(ctx->p, ctx->proc->in, NULL, ef_close_file); apr_register_cleanup(ctx->p, ctx->proc->in, apr_null_cleanup, /* other mechanism */ ef_close_file); #if APR_FILES_AS_SOCKETS { Loading Loading
CHANGES +3 −0 Original line number Diff line number Diff line Changes with Apache 2.0b1 *) Fix a segfault caused by mod_ext_filter when the external filter program does not exist. [Jeff Trawick] *) Fix an output truncation error when on an HTTP >= 1.0 request an object of size between DEFAULT_BUCKET_SIZE and AP_MIN_BYTES_TO_WRITE was served through mod_charset_lite (or anything else that would Loading
modules/experimental/mod_ext_filter.c +3 −1 Original line number Diff line number Diff line Loading @@ -421,7 +421,9 @@ static apr_status_t init_ext_filter_process(ap_filter_t *f) * be open. */ apr_register_cleanup(ctx->p, ctx->proc->in, NULL, ef_close_file); apr_register_cleanup(ctx->p, ctx->proc->in, apr_null_cleanup, /* other mechanism */ ef_close_file); #if APR_FILES_AS_SOCKETS { Loading