Class: cogen.core.sockets.ReadLine
Run this operator till we read a newline (\n) or we have a overflow.
len
is the max size for a lineMethods
__init__ (self, sock, len=4096, **kws)
run (self)
~ @debug(0)