From 213d828e72c4c566f20c3a14e729957d2f866f73 Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Wed, 12 Sep 2018 15:27:19 +0200 Subject: [PATCH] mimic: rgw: civetweb: use poll instead of select while waiting on sockets Non cherry-picked backport of 4d0035830e5783a828a275245b8bc3ae88edc417 as the commit hashes of the submodules are different in different upstream release branches of ceph/civetweb, so creating this new commit which directly references the tip of ceph-mimic branch instead picking from ceph-master, as ceph-master and ceph-mimic may diverge at a later stage. Signed-off-by: Abhishek Lekshmanan (cherry picked from commit aafffbfd92b45712232937045a5be7464376a060) --- src/civetweb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/civetweb b/src/civetweb index 6062892715863..ff2881e2cd586 160000 --- a/src/civetweb +++ b/src/civetweb @@ -1 +1 @@ -Subproject commit 60628927158634f92dd2fe1c20067563d1607502 +Subproject commit ff2881e2cd5869a71ca91083bad5d12cccd22136 -- 2.39.5