From: Jeff Trawick Date: Wed, 17 Jul 2002 22:15:00 +0000 (+0000) Subject: somebody please tell me I don't know how to read C code anymore X-Git-Tag: 2.0.40~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f222504f494a7e0f463bb5c33b472fa5a445a4a;p=thirdparty%2Fapache%2Fhttpd.git somebody please tell me I don't know how to read C code anymore (I guess the pool for an Apache socket will grow on every read/write operation that would block.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96107 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 2c206965399..9e27b8e023f 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/07/11 23:01:25 $] +Last modified at [$Date: 2002/07/17 22:15:00 $] Release: @@ -53,6 +53,9 @@ CURRENT RELEASE NOTES: RELEASE SHOWSTOPPERS: + * apr_poll() grows the pool (e.g., pchild or the thread's pool) on + each call... Apache MPMs don't have logic to work around this + issue. CURRENT VOTES: