From 8415837c306f80916485168f56c555b6c6d7cf86 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Mon, 17 Apr 2023 09:11:21 +0100 Subject: Remove the GC protection mechanism Hopefully this is unused now. --- guix-build-coordinator/agent-messaging/http.scm | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'guix-build-coordinator/agent-messaging') diff --git a/guix-build-coordinator/agent-messaging/http.scm b/guix-build-coordinator/agent-messaging/http.scm index 974d477..8e01cb9 100644 --- a/guix-build-coordinator/agent-messaging/http.scm +++ b/guix-build-coordinator/agent-messaging/http.scm @@ -83,8 +83,7 @@ "disabled" "enabled") gnutls-ver - guix-ver) - (use-gc-protection? (not gnutls-probably-retries-on-gc?))) + guix-ver)) (make #:coordinator-uri coordinator-uri @@ -203,9 +202,7 @@ response)))))) (retry-on-error (lambda () - (with-port-timeouts - (lambda () - (with-gc-protection make-request)))) + (with-port-timeouts make-request)) #:times 9 #:delay 10 #:ignore agent-error-from-coordinator?)) -- cgit v1.2.3