From 7c2fcbddcf0c58d7feb7dfc3cfd5ed91aef82d58 Mon Sep 17 00:00:00 2001 From: avigailo Date: Wed, 9 Apr 2025 22:15:00 +0300 Subject: [PATCH] Add prometheus support --- core/rest/rest_server.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/core/rest/rest_server.cc b/core/rest/rest_server.cc index 55fc1d8..1642105 100644 --- a/core/rest/rest_server.cc +++ b/core/rest/rest_server.cc @@ -169,7 +169,6 @@ RestServer::Impl::init() } else { fd = socket(AF_INET, SOCK_STREAM, 0); } - dbgAssert(fd >= 0) << alert << "Failed to open a socket"; int socket_enable = 1;