Thanks! Actually I kluged a solution by using ZlibCompressor with the compression of 0.
It turns out that the problem I was trying to solve was caused by calling AttachedTransformation()->MessageEnd() inside the Put() function of one of the filters, and then calling it again inside Put2() when messageEnd was non-zero. So the solution was to not call it inside Put(). -----Original Message----- From: Wei Dai [mailto:[EMAIL PROTECTED] Sent: Thursday, April 17, 2003 4:45 PM To: [EMAIL PROTECTED] Subject: Re: Is there a "pass through" Buffered Transformation On Thu, Apr 17, 2003 at 11:42:44AM -0700, Mark Simonton wrote: > Any way what I want to do I replace ZlibCompressor and AesphmFilter with something > that will be a pass through to MsgConcatenator. Try TransparentFilter in filters.h.
