aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-build-coordinator/agent-messaging/http/server.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-build-coordinator/agent-messaging/http/server.scm b/guix-build-coordinator/agent-messaging/http/server.scm
index ef6cc76..16d42ea 100644
--- a/guix-build-coordinator/agent-messaging/http/server.scm
+++ b/guix-build-coordinator/agent-messaging/http/server.scm
@@ -683,7 +683,7 @@ port. Also, the port used can be changed by passing the --port option.\n"
#:code 400))
((chunked-input-ended-prematurely-error? exn)
(render-json
- `((error . ,(agent-error-details exn)))
+ `((error . chunked-input-ended-prematurely))
#:code 400))
(else
(render-json