summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMladen Turk <mturk@apache.org>2021-11-21 15:39:11 +0000
committerMladen Turk <mturk@apache.org>2021-11-21 15:39:11 +0000
commit1ad5de6e4db03df04db7022661c0d01061e26ad8 (patch)
tree2d3b7bee5b34e6f7c53c35437689ec84ee263226
parent8ca5eef597975f786283b044b7eb0f59fe61f334 (diff)
downloadapr-1ad5de6e4db03df04db7022661c0d01061e26ad8.tar.gz
Although trivial fix, follo the RTC policy
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1895237 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS3
1 files changed, 3 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index ee4cb22ec..5dfa9e25d 100644
--- a/STATUS
+++ b/STATUS
@@ -94,6 +94,9 @@ RELEASE SHOWSTOPPERS:
CURRENT VOTES:
+ * Fix trivial 'configure apr.h.in' copy/paste error inside apr.hw
+ -#define APR_TCP_NOPUSH_FLAG @apr_tcp_nopush_flag@
+ +#define APR_TCP_NOPUSH_FLAG 0
* Add object perms set macros and implement them for shm and mutex
Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=741862
http://svn.apache.org/viewvc?view=revision&revision=741869