chore: No ALL_CAPS (#1760)

Fixes #1680
This commit is contained in:
Alex Kremer
2025-01-02 11:39:31 +00:00
committed by GitHub
parent efe5d08205
commit 820b32c6d7
361 changed files with 10061 additions and 9724 deletions

View File

@@ -81,7 +81,7 @@ doSession(
if (not response)
return;
bool const keep_alive = response->keep_alive();
bool const keepAlive = response->keep_alive();
http::message_generator messageGenerator{std::move(response).value()};
@@ -93,7 +93,7 @@ doSession(
ASSERT_FALSE(errorCode) << errorCode.message();
if (!keep_alive) {
if (!keepAlive) {
// This means we should close the connection, usually because
// the response indicated the "Connection: close" semantic.
return;