aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-build-coordinator/agent-messaging/http/server.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-build-coordinator/agent-messaging/http/server.scm b/guix-build-coordinator/agent-messaging/http/server.scm
index b55d812..c867d0c 100644
--- a/guix-build-coordinator/agent-messaging/http/server.scm
+++ b/guix-build-coordinator/agent-messaging/http/server.scm
@@ -824,7 +824,7 @@ port. Also, the port used can be changed by passing the --port option.\n"
chunked-request-channel
(lambda ()
(receive-file body
- (request-content-length request)
+ #f
tmp-output-file-name)))
(let ((content-length
(request-content-length request)))
@@ -894,7 +894,7 @@ port. Also, the port used can be changed by passing the --port option.\n"
chunked-request-channel
(lambda ()
(receive-file body
- (request-content-length request)
+ #f
tmp-output-file-name
#:append? #t)))
(receive-file body