From: Eric Covener Date: Sat, 4 Jun 2022 20:21:06 +0000 (+0000) Subject: fixed in 1.7 SVN but not released X-Git-Tag: 2.5.0-alpha2-ci-test-only~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9878035309ec4006bd88115d57cf71e7614acb3f;p=thirdparty%2Fapache%2Fhttpd.git fixed in 1.7 SVN but not released just in case we reroll. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901645 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/core_filters.c b/server/core_filters.c index 9a9b7ca9f77..bb0a8f4c16c 100644 --- a/server/core_filters.c +++ b/server/core_filters.c @@ -494,7 +494,7 @@ static void delete_meta_bucket(apr_bucket *bucket) apr_bucket_delete(bucket); } -#if defined(WIN32) && (APR_MAJOR_VERSION == 1 && APR_MINOR_VERSION <= 6) +#if defined(WIN32) && (APR_MAJOR_VERSION == 1 && APR_MINOR_VERSION <= 7) #undef APR_TCP_NOPUSH_FLAG #define APR_TCP_NOPUSH_FLAG 0 #endif