From 1b2958a7cc89f8f470b1fbb4ef98ceb3f5a26d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Fri, 7 Feb 2025 22:26:09 +0100 Subject: [PATCH] fix: slow stop if run as service (#1870) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ cmd/windows_exporter/0_service.go | 30 +++++++++------- cmd/windows_exporter/main.go | 2 +- go.mod | 27 +++++++-------- go.sum | 54 ++++++++++++++--------------- internal/httphandler/httphandler.go | 4 +-- 6 files changed, 60 insertions(+), 59 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 12555c64a..baac26f19 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,5 @@ + +