nickva opened a new pull request, #6072: URL: https://github.com/apache/couchdb/pull/6072
In #6071 we fixed multipart attachment uploads but we forgot to fix plain attachment uploads with `PUT /db/doc/attachment`. We should apply the same fix for these too, otherwise they'll also buffer whole attachment in memory when sws=true, defeating the whole purpose of incremental attachment streaming. And add a few parsing tests, especially testing how workers wait on others and how the parser should behave if the attachment is too short -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
