You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2021/09/28 02:16:32 UTC

[GitHub] [james-project] chibenwa opened a new pull request #674: JAMES-1436 SwitchableLineBasedFrameDecoder: clean up cumulation buffer {BACKPORT]

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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] vttranlina commented on pull request #674: JAMES-1436 SwitchableLineBasedFrameDecoder: clean up cumulation buffer [BACKPORT]

Posted by GitBox <gi...@apache.org>.
vttranlina commented on pull request #674:
URL: https://github.com/apache/james-project/pull/674#issuecomment-928644480


   https://github.com/jtconsolq 
   I got 404 notfound page 


-- 
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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa merged pull request #674: JAMES-1436 SwitchableLineBasedFrameDecoder: clean up cumulation buffer [BACKPORT]

Posted by GitBox <gi...@apache.org>.
chibenwa merged pull request #674:
URL: https://github.com/apache/james-project/pull/674


   


-- 
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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] vttranlina commented on pull request #674: JAMES-1436 SwitchableLineBasedFrameDecoder: clean up cumulation buffer [BACKPORT]

Posted by GitBox <gi...@apache.org>.
vttranlina commented on pull request #674:
URL: https://github.com/apache/james-project/pull/674#issuecomment-928644480


   https://github.com/jtconsolq 
   I got 404 notfound page 


-- 
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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org