https://issues.apache.org/bugzilla/show_bug.cgi?id=33098
--- Comment #7 from Ruediger Pluem <[email protected]> 2009-07-07 13:38:24 PST --- (In reply to comment #6) > mod_dav just reads until it sees an EOS bucket. > > It ignores all metadata buckets. Is there some error bucket when the post body > is too short that mod_dav could use to detect the error? No, but if not all content was sent it shouldn't see an EOS bucket. Instead if the content is not sent completely ap_get_brigade should return an error (most likely a timeout). And in fact it does (see line 978 of mod_dav.c on trunk). And ap_xml_parse_input does as well. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
