From ad2337f9873ff6767211a0ff657d96e6b0951838 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 26 Apr 2020 13:48:47 +0100 Subject: Add Content-Type to the requests for file uploads This is probably sensible. --- guix-build-coordinator/utils.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/guix-build-coordinator/utils.scm b/guix-build-coordinator/utils.scm index 371eef0..975853c 100644 --- a/guix-build-coordinator/utils.scm +++ b/guix-build-coordinator/utils.scm @@ -180,6 +180,7 @@ If already in the worker thread, call PROC immediately." #:version '(1 . 1) #:headers `((connection close) (Transfer-Encoding . "chunked") + (Content-Type . "application/octet-stream") ,@headers) #:port port))) -- cgit v1.2.3