Project

General

Profile

Optimization #3538

Updated by Victor Julien about 4 years ago

Remove TCP buffering. The header of each record has a length field, so we can read that and tell the stream engine how much data we expect before getting called again. This length field itself can be fragmented too, so we probably need to request a minimum size in that case.

Back