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