pipe_end method

void pipe_end()

Requred to be called after last piping command

Implementation

void pipe_end() => _connection.disable_nagle(true);