Skip to content

[x] http: avoid buffering header

This changes the buffernig logic for headers as to not unnecessarily create buffer queue entries when no buffering is required. Also removes the need to perform object allocations while buffering.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading