ff-wl commented on pull request #886:
URL: https://github.com/apache/james-project/pull/886#issuecomment-1044694508
> But I can't figure out why thunderbird's use of APPEND didn't work. I've
tried it on command line using openssl, and it worked. Do you have any idea?
`SwitchableLineBasedFrameDecoder.disableFraming()`) is not working correctly.
I'm working on this solution:
```
public synchronized void disableFraming(ChannelHandlerContext ctx) {
this.framingEnabled = false;
ByteBuf spareBytes = internalBuffer().retainedDuplicate();
internalBuffer().clear();
ctx.fireChannelRead(spareBytes);
}
```
In one test case I had a problem, but I can't reproduce it again. So I'm
testing more before committing (on Monday).
--
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]