TLSBlockingChannel.readBuf

Blocking ( if !pending() ) read, will return at least 1 ubyte or 0 on connection close supports replacement of internal read buffer when called until buf.length != returned buffer length

struct TLSBlockingChannel
public
ubyte[]
readBuf
(
ubyte[] buf
)

Meta