On Tue, Nov 04, 2003 at 01:41:46AM -0800, Stas Bekman wrote: > filter. What happens if the filter returns less bytes (while there is still > more data coming?) What happens if the filter returns more bytes than > requested (e.g. because it uncompressed some data). After all the incoming
Less bytes = OK. Same bytes = OK. More bytes = Not OK. (Theoretically possible though with bad filters.) HTH. -- justin
