Remove superfluous out->next() call in HTTPHandler

This commit is contained in:
Azat Khuzhin 2021-02-13 12:29:59 +03:00
parent f80137626a
commit 592f62d0af

View File

@ -715,7 +715,6 @@ void HTTPHandler::trySendExceptionToClient(const std::string & s, int exception_
writeChar('\n', *used_output.out_maybe_compressed);
used_output.out_maybe_compressed->next();
used_output.out->next();
used_output.out->finalize();
}
}