From: Greg Stein Date: Fri, 26 Jan 2001 02:27:03 +0000 (+0000) Subject: my mom said not to talk to strangers. whoever is reading this is probably a X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d25a04fc0fc73a77f3471015b1aa9754f02bb0cd;p=apache my mom said not to talk to strangers. whoever is reading this is probably a 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 --- diff --git a/STATUS b/STATUS index bfd83e1c5e..a575ea30d6 100644 --- 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 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