aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent-messaging/http.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-04-17 09:11:21 +0100
committerChristopher Baines <mail@cbaines.net>2023-04-17 09:11:21 +0100
commit8415837c306f80916485168f56c555b6c6d7cf86 (patch)
tree3c7339346840553759560e735fbee21c70bef3f1 /guix-build-coordinator/agent-messaging/http.scm
parent7f6db4b55411f79ab5f2639318dc5871c1452f00 (diff)
downloadbuild-coordinator-8415837c306f80916485168f56c555b6c6d7cf86.tar
build-coordinator-8415837c306f80916485168f56c555b6c6d7cf86.tar.gz
Remove the GC protection mechanism
Hopefully this is unused now.
Diffstat (limited to 'guix-build-coordinator/agent-messaging/http.scm')
-rw-r--r--guix-build-coordinator/agent-messaging/http.scm7
1 files changed, 2 insertions, 5 deletions
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 <http-agent-interface>
#: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?))