jackxiao / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

Buffer chained to a source #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Instead of 'onunderflow' function, use a property 'source' that is either a
function (same as onunderflow) or a NIStreamRead compatible object.
This will allow the following chaining:
  Pack << Buffer << Socket

Original issue reported on code.google.com by sou...@gmail.com on 2 Jul 2008 at 11:38

GoogleCodeExporter commented 9 years ago
fixed in r1789 and r1799

Original comment by sou...@gmail.com on 31 Jul 2008 at 9:59