summaryrefslogtreecommitdiff
path: root/ROADMAP
diff options
context:
space:
mode:
authorBrian Pane <brianp@apache.org>2001-12-07 15:53:19 +0000
committerBrian Pane <brianp@apache.org>2001-12-07 15:53:19 +0000
commit7ebbdd0090cc4b94a47eb6e47f939311e0912032 (patch)
tree0ed12eeac5a7dbadecd3c531f05fd9f600db73bc /ROADMAP
parent535572f69a07395031e84be315d9c39998af6c93 (diff)
downloadhttpd-7ebbdd0090cc4b94a47eb6e47f939311e0912032.tar.gz
Added a string "class" to the Apache 3.0 wishlist
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92368 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'ROADMAP')
-rw-r--r--ROADMAP5
1 files changed, 4 insertions, 1 deletions
diff --git a/ROADMAP b/ROADMAP
index 3f51a3e82f..2c6a656558 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -1,6 +1,6 @@
APACHE 2.1+ ROADMAP:
-Last modified at [$Date: 2001/12/05 03:56:19 $]
+Last modified at [$Date: 2001/12/07 15:53:19 $]
DEFERRRED FOR APACHE 2.1
@@ -42,3 +42,6 @@ DEFERRRED FOR APACHE 3.0
[Bill Stoddard's pet project.]
Message-ID: <008301c17d42$9b446970$01000100@sashimi> (dev@apr)
+ * Add a string "class" that combines a char* with a length
+ and a reference count. This will help reduce the number
+ of strlen and strdup operations during request processing.