]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fixed in 1.7 SVN but not released
authorEric Covener <covener@apache.org>
Sat, 4 Jun 2022 20:21:06 +0000 (20:21 +0000)
committerEric Covener <covener@apache.org>
Sat, 4 Jun 2022 20:21:06 +0000 (20:21 +0000)
just in case we reroll.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901645 13f79535-47bb-0310-9956-ffa450edef68

server/core_filters.c

index 9a9b7ca9f77010597a60b6938aaf13780feceeaa..bb0a8f4c16c3da7f28f8c55f6f918a60380bc644 100644 (file)
@@ -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