[wpinet] Rename constants to all caps (#8696)

This commit is contained in:
Peter Johnson
2026-03-20 23:02:21 -07:00
committed by GitHub
parent 0fc1f45324
commit 4e4ad9c498
23 changed files with 214 additions and 214 deletions

View File

@@ -94,7 +94,7 @@ class WebSocketClientTest : public WebSocketTest {
bool mockBadAccept = false;
std::vector<uint8_t> wireData;
std::shared_ptr<uv::Pipe> conn;
HttpParser req{HttpParser::kRequest};
HttpParser req{HttpParser::Type::REQUEST};
wpi::util::SmallString<64> clientKey;
std::string mockProtocol;
bool serverHeadersDone = false;