Closed R-maan closed 4 years ago
Resolves #82
When we are reading an empty Lob, the len is 0 and it causes b.readN(b.len) to return nil.
len
b.readN(b.len)
nil
Resolves #82
When we are reading an empty Lob, the
len
is 0 and it causesb.readN(b.len)
to returnnil
.