zentol opened a new pull request #17220:
URL: https://github.com/apache/flink/pull/17220


   This PR adds a defense mechanism against 
https://github.com/netty/netty/issues/11668.
   If the CRLF prefix of a multipart delimiter is split across 2 chunks an 
exception is thrown because Netty incorrectly treats CR as data.
   If CR is the last byte of the current chunk, then we pessimistically assume 
that this case occurred.
   We exclude the trailing CR from the current chunk, and add it to the front 
of the next received chunk.


-- 
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: issues-unsubscr...@flink.apache.org

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


Reply via email to