Currently when trying to push data > bufsize, civetweb will wait on the output
socket using `select` which uses `FD_SET` on the fd, which can easily exceed
1024 which is the default `FD_SETSIZE` for most systems. Since it is very likely
that most RGW installations will exceed this limit, use `poll` instead.
Fixes: http://tracker.ceph.com/issues/24364
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
-Subproject commit 60628927158634f92dd2fe1c20067563d1607502
+Subproject commit cc13125c960cbc967860b4b71c37db5cbd142adb