summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2021-11-21 15:39:11 +0000
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2021-11-21 15:39:11 +0000
commit26492e3692f05992e07235bab7d35cefdda9d0df (patch)
tree2d3b7bee5b34e6f7c53c35437689ec84ee263226
parent8210e63d07f14a75d95ffe012f637d15a6b6ef96 (diff)
downloadlibapr-26492e3692f05992e07235bab7d35cefdda9d0df.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