[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

@@ -172,7 +172,7 @@ class WebSocketServer : public std::enable_shared_from_this<WebSocketServer> {
private:
uv::Stream& m_stream;
HttpParser m_req{HttpParser::kRequest};
HttpParser m_req{HttpParser::Type::REQUEST};
WebSocketServerHelper m_helper;
wpi::util::SmallVector<std::string, 2> m_protocols;
ServerOptions m_options;