diff options
Diffstat (limited to 'guix-build-coordinator/agent-messaging/http')
-rw-r--r-- | guix-build-coordinator/agent-messaging/http/server.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/guix-build-coordinator/agent-messaging/http/server.scm b/guix-build-coordinator/agent-messaging/http/server.scm index 2c744a8..dd54c41 100644 --- a/guix-build-coordinator/agent-messaging/http/server.scm +++ b/guix-build-coordinator/agent-messaging/http/server.scm @@ -637,8 +637,7 @@ port. Also, the port used can be changed by passing the --port option.\n" (list (build-response #:code 200 - #:headers '((content-type . (text/plain)) - (Transfer-Encoding . "chunked"))) + #:headers '((content-type . (text/plain)))) (lambda (response-port) ;; Compute the hash of the file (let* ((reporter (progress-reporter/hash @@ -719,8 +718,7 @@ port. Also, the port used can be changed by passing the --port option.\n" (list (build-response #:code 200 - #:headers '((content-type . (text/plain)) - (Transfer-Encoding . "chunked"))) + #:headers '((content-type . (text/plain)))) (lambda (response-port) ;; Compute the hash of the file (let* ((reporter (progress-reporter/hash |