aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-04-27 17:09:54 +0100
committerChristopher Baines <mail@cbaines.net>2020-04-27 17:09:54 +0100
commit20de3fe4865ec837873542ded37c02e34abc736e (patch)
treea026334e1517b2bf9db5091a3f2b271a88d9cc84
parent9acc42cfd1d081ca1e8d8aa41fe0eb20303e5df3 (diff)
downloadbuild-coordinator-20de3fe4865ec837873542ded37c02e34abc736e.tar
build-coordinator-20de3fe4865ec837873542ded37c02e34abc736e.tar.gz
Update the comment regarding processing chunked requests
The reasoning changed with 9acc42cfd1d081ca1e8d8aa41fe0eb20303e5df3.
-rw-r--r--guix-build-coordinator/agent-messaging/http.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/guix-build-coordinator/agent-messaging/http.scm b/guix-build-coordinator/agent-messaging/http.scm
index b691353..52856e1 100644
--- a/guix-build-coordinator/agent-messaging/http.scm
+++ b/guix-build-coordinator/agent-messaging/http.scm
@@ -82,8 +82,7 @@ if there was no request body."
(make-hook-channel datastore hooks))
(define chunked-request-channel
- ;; I can't work out how to stop the blocking when reading the chunked
- ;; request bodies, so just do it in a different thread.
+ ;; There are fibers issues when trying to read the chunked requests
(make-worker-thread-channel (const '())
#:parallelism 4))