Re: Change in behaviour of CompressionFilter

2019-03-24 Thread Emmanuel Lécharny
On 25/03/2019 02:10, Jonathan Valliere wrote: I’m going to look at this starting Tuesday. Emmanuel do you mind creating a branch for this Jira issue so I can track what you’re working on? The branch name is 'mina-write-request'. It's from MINA 2.1.

Re: Change in behaviour of CompressionFilter

2019-03-24 Thread Emmanuel Lécharny
On 25/03/2019 02:10, Jonathan Valliere wrote: I’m going to look at this starting Tuesday. Emmanuel do you mind creating a branch for this Jira issue so I can track what you’re working on? Sure

Re: Change in behaviour of CompressionFilter

2019-03-24 Thread Jonathan Valliere
I’m going to look at this starting Tuesday. Emmanuel do you mind creating a branch for this Jira issue so I can track what you’re working on? On Sun, Mar 24, 2019 at 3:54 AM Emmanuel Lécharny wrote: > Things are complicated :/ > > Ok, after two days of investigation, my take is that the

Re: Change in behaviour of CompressionFilter

2019-03-24 Thread Emmanuel Lécharny
Things are complicated :/ Ok, after two days of investigation, my take is that the original sin was to use a IoBuffer to propagate a message across the filters. IoBuffers can be consumed (ie, when you read them, their position change) making it very complex not to abuse them when writing a