feature add bury point for local server init.

This commit is contained in:
alves
2025-12-30 13:05:29 +08:00
parent 8433e7e986
commit 7f799f78ab
11 changed files with 54806 additions and 54715 deletions

View File

@@ -114,6 +114,9 @@ void session::read_first_line()
headers.on_read_request_line(line);
read_next_line();
} else if (e != boost::asio::error::operation_aborted) {
BOOST_LOG_TRIVIAL(error) << "HttpServer read_first_line error: " << e.message();
Slic3r::sentryReportLog(Slic3r::SENTRY_LOG_ERROR,
std::string("HttpServer read_first_line failed: ") + e.message(), BP_LOCAL_SERVER);
server.stop(self);
}
});