Author: joes
Date: Fri Apr 22 10:39:55 2005
New Revision: 164260
URL: http://svn.apache.org/viewcvs?rev=164260&view=rev
Log:
Updates.
Modified:
httpd/apreq/trunk/STATUS
Modified: httpd/apreq/trunk/STATUS
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/STATUS?rev=164260&r1=164259&r2=164260&view=diff
==============================================================================
--- httpd/apreq/trunk/STATUS (original)
+++ httpd/apreq/trunk/STATUS Fri Apr 22 10:39:55 2005
@@ -47,9 +47,12 @@
- Clean up the hook API wrt "final pass" semantics. Right now
there are two possibilities: either the final bucket is an eos,
- or the passed brigade is NULL. That blows. IMO the first
- condition is more natural, but it puts more work on parser
- writers because they need to keep an eos lying bucket around.
+ or the passed brigade is NULL.
+
+ Sybil^H^H^H^H^Hjoes flip-flops again, and now thinks this is
+ actually ok: empty file uploads aren't the same as ordinary
+ params.
+
- Introduce APR::Request::Parser and APR::Request::Hook. Implement
Apache2::Request::new's UPLOAD_HOOK using them.