Thomas Höhenleitner

Results 65 issues of Thomas Höhenleitner

Change ``` func NewDecoder(r io.Reader, size int, multi bool) (p *decoder) ``` into ``` func NewDecoder(r io.Reader, size int, multi bool, timeOut time.Duration) (p *decoder) ``` The timeOut, if 0,...

enhancement
quality

Should be according help info.

bug

Probably, (not zeroed?) padding bytes cause this.

bug