Github user tonysun83 commented on the issue:
https://github.com/apache/couchdb-chttpd/pull/156
@davisp: You're right, I was confusing the streaming of requests with
header Transfer-Encoding: chunked. Just because multipart requests are streamed
doesn't mean that it used Transfer-Encoding:chunked. It can use
Transfer-Encoding:chunked, and that is where it's a little more complex.
Interestingly, the special situation where we do both multipart + chunked is
still broken?
https://issues.apache.org/jira/browse/COUCHDB-2295
We also have to figure out what happens when we upgrade a cluster and the
document size is set to something small and now all of a sudden certain
documents can't be updated because they exceed the limit.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---