stas        2003/08/07 12:12:29

  Modified:    t/filter/TestFilter in_str_consume.pm
  Log:
  more comments
  
  Revision  Changes    Path
  1.6       +4 -0      modperl-2.0/t/filter/TestFilter/in_str_consume.pm
  
  Index: in_str_consume.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/filter/TestFilter/in_str_consume.pm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- in_str_consume.pm 24 Apr 2003 04:32:34 -0000      1.5
  +++ in_str_consume.pm 7 Aug 2003 19:12:29 -0000       1.6
  @@ -6,6 +6,10 @@
   # bb from the upstream is consumed or not. What matters is that the
   # filter sends something downstream (an empty bb will do).
   #
  +# the real problem is that in the streaming filters we can't consume
  +# more than one bucket brigade, which we can in non-stream filters.,
  +# e.g. see in_bbs_underrun.pm
  +#
   # e.g. a filter that cleans up the incoming stream (extra spaces?)
   # might reduce the whole bb into nothing (e.g. if it was made of only
   # white spaces) then it should send "" down.
  
  
  

Reply via email to