diff options
Diffstat (limited to 'ROADMAP')
-rw-r--r-- | ROADMAP | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |