revid/senders.go: mtsSender using wrong length to adjust ring buffer when write too long

Issue #291 resolved
Saxon Milton created an issue

On line 278 the value of len(d) is being used to resize the ring buffer, but this is incorrect, it should be len(s.buf).

Comments (1)

  1. Log in to comment