Merge branch 'v0.20.x'

This commit is contained in:
Max Kellermann
2017-11-14 12:31:13 +01:00
8 changed files with 57 additions and 15 deletions

View File

@@ -387,6 +387,7 @@ HttpdOutput::SendTag(const Tag &tag)
try {
encoder->SendTag(tag);
encoder->Flush();
} catch (const std::runtime_error &) {
/* ignore */
}