Commit 380656d8 authored by Max Kellermann's avatar Max Kellermann

output/httpd: add missing mutex lock

parent 9111bc2c
ver 0.21.8 (not yet released)
* output
- httpd: add missing mutex lock
* fix build failure with GCC 9
ver 0.21.7 (2019/04/03)
......
......@@ -154,7 +154,7 @@ HttpdClient::SendResponse() noexcept
FormatWarning(httpd_output_domain,
"failed to write to client: %s",
(const char *)msg);
Close();
LockClose();
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment