httpserver.h icon indicating copy to clipboard operation
httpserver.h copied to clipboard

fix a nasty bug of _grwprintf()

Open nu774 opened this issue 1 year ago • 0 comments

Fixes two bugs in _grwprintf(), causing bogus output when context buffer is full.

  1. You cannot reuse va_list without copying with va_copy().
  2. "bytes +=" line is simply incorrect.

nu774 avatar Jul 04 '23 12:07 nu774