Merge remote-tracking branch 'upstream/v0.23.x'

This commit is contained in:
Michael Herstine
2025-01-20 09:44:07 -08:00
27 changed files with 222 additions and 109 deletions

View File

@@ -56,7 +56,7 @@ print_supported_uri_schemes(Response &r)
}
for (const auto& protocol : protocols) {
r.Fmt(FMT_STRING("handler: {}\n"), protocol);
r.Fmt("handler: {}\n", protocol);
}
}