nickva opened a new pull request #1403: A better fix for handling node local 413 responses URL: https://github.com/apache/couchdb/pull/1403 During 21.0 testing, the hack to read extra data from the socket to give the client a better chance of detecting a 413 response ended up failing. Either process scheduling or IO scheduling was different enough that the test started failing fairly consistently. Apply a better fix that's more in-line with the intent -- after responding to the client with a 413, read a limited amount of data off the socket (1MB). Limit the maximum time spent doing it to less than 1 second. Issue #1396
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
