The mongoc_buffer_t contains an unused field, off, which no longer (if ever) does anything.
It is still referenced to though in some of the math calculations, making it a bit confusing since the value is always 0.
We should remove this field
- related to
-
CDRIVER-3672 Remove superfluous memmove calls in mongoc-buffer.c
- Closed