Skip to content

network: Move empty zero area to the end of buffer if needed

If the first buffer has empty zero area, it can be moved to the end of the buffer and concatenated to the zero area of the added buffer instead of falling back to the slow path.

Merge request reports