mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[wpinet] Rename constants to all caps (#8696)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user