There are issues in certain versions of apache 2.4, where the reason is
not sent back. Instead, just provide the reason explicitly.
Backport: firefly, giant
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit
a9dd4af401328e8f9071dee52470a0685ceb296b)
int RGWFCGX::send_status(const char *status, const char *status_name)
{
- return print("Status: %s\n", status);
+ return print("Status: %s %s\n", status, status_name);
}
int RGWFCGX::send_100_continue()