mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-11 06:23:08 +00:00
Merge pull request #95 from Snapmaker/dev_bury_point_alves
Dev bury point alves
This commit is contained in:
@@ -114,9 +114,6 @@ 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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user