https://issues.apache.org/bugzilla/show_bug.cgi?id=33098
--- Comment #4 from Stefan Fritsch <[email protected]> 2009-07-07 12:20:48 PST --- It would be possible to fix this in mod_dav by counting the bytes received and comparing with the number in the C-L header. If there is some encoding like chunked or gzip, the C-L will already have been removed, so no problem there. Or should the core / some input filter do the counting and return an error when mod_dav tries to read the missing data? -- 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]
