chibenwa opened a new pull request #674: URL: https://github.com/apache/james-project/pull/674
Thanks https://github.com/jtconsolq for the report. If data remains in the cumulation buffer after say a APPEND, we flush it, as it avoids APPEND to wait indefinitly for data. However this did let the cumulation buffer in a non usable state causing following commands to fail. We should this set the cumulation buffer to null to no longer use it (and allocate a new one) in order to prevent failures in follow up message processing. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
