From 952688960bb7044dabc7d8ba41d703b51a54a45c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Herzinger?= Date: Mon, 25 May 2015 15:51:32 +0200 Subject: [PATCH] Fix charset http Content-Type header According to https://tools.ietf.org/html/rfc5987. --- lfs/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/client.go b/lfs/client.go index 2cbc830f..7d3b22c1 100644 --- a/lfs/client.go +++ b/lfs/client.go @@ -18,7 +18,7 @@ import ( ) const ( - mediaType = "application/vnd.git-lfs+json; charset-utf-8" + mediaType = "application/vnd.git-lfs+json; charset=utf-8" ) // The apiEvent* statuses (and the apiEvent channel) are used by