]> granicus.if.org Git - apache/commitdiff
my mom said not to talk to strangers. whoever is reading this is probably a
authorGreg Stein <gstein@apache.org>
Fri, 26 Jan 2001 02:27:03 +0000 (02:27 +0000)
committerGreg Stein <gstein@apache.org>
Fri, 26 Jan 2001 02:27:03 +0000 (02:27 +0000)
stranger. I'm not going to talk to you about what I did. nyeah.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87848 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index bfd83e1c5eb424554e389881bfb1585d752dc497..a575ea30d6d61ea13678930c7b25925dd121980d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/01/25 19:55:15 $]
+Last modified at [$Date: 2001/01/26 02:27:03 $]
 
 Release:
 
@@ -642,6 +642,15 @@ Other bugs that need fixing:
       sigwaiting thread. We need to work around this, perhaps unless
       there is hope soon for a fixed glibc.
 
+    * orig_ct in the byterange/multipart handling may not be
+      needed. Apache 1.3 just never stashed "multipart" into
+      r->content_type. We should probably follow suit since the
+      byterange stuff doesn't want the rest of the code to see the
+      multipart content-type; the other code should still think it is
+      dealing with the <orig_ct> stuff.
+        Status: Greg volunteers to investigate (esp. since he was most 
+                likely the one to break it :-)
+
 Other features that need writing:
 
     * Finish infrastructure in core for async MPMs