Remove uWS namespace specifier

This commit is contained in:
Alex Hultman
2021-02-20 23:50:50 +01:00
parent 6bf2e75589
commit c7805e2e48
7 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ public:
int wantedCompressionWindow = (webSocketContextData->compression & 0xFF00) >> 8;
auto [negCompression, negCompressionWindow, negInflationWindow, negResponse] =
uWS::negotiateCompression(true, wantedCompressionWindow, wantedInflationWindow,
negotiateCompression(true, wantedCompressionWindow, wantedInflationWindow,
secWebSocketExtensions);
if (negCompression) {