From c9e1daeffb10f36a191960328977f09ef2c05c19 Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Thu, 17 Aug 2017 15:05:41 -0400 Subject: [PATCH] rgw: incorporate the Transfer-Encoding fix for CivetWeb. This commit updates the version of CivetWeb used for RadosGW to get the fix for handling clients that send Content-Length together with Transfer-Encoding. The current handling differs from S3 and thus affects AWSv4. Fixes: http://tracker.ceph.com/issues/21015 Signed-off-by: Radoslaw Zarzynski --- src/civetweb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/civetweb b/src/civetweb index de23828cea74..bdaa39a1ebb0 160000 --- a/src/civetweb +++ b/src/civetweb @@ -1 +1 @@ -Subproject commit de23828cea740032428ce6f288ad061b429ce68e +Subproject commit bdaa39a1ebb01ae38edee9e97a3d46972cb68ac9 -- 2.47.3