Skip to content

net,stream: skip chunk check on incoming data

Do not validate data chunks read from the socket handle as they are guaranteed to be buffers and validation is costly.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading