]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
filter_chain: Don't return eof too early
authorAndre <maan@p133.(none)>
Sun, 4 Jun 2006 19:52:00 +0000 (21:52 +0200)
committerAndre <maan@p133.(none)>
Sun, 4 Jun 2006 19:52:00 +0000 (21:52 +0200)
The current code may miss to transform the remaining buffer if the
receiver has already deactivated its task. Check for the number of
loaded bytes in the input buffer of the filter chain and return eof
only if nothing is loaded.


No differences found