Hook up WebSocket::publish as sender

This commit is contained in:
Alex Hultman
2021-01-29 13:27:04 +01:00
parent af631e4534
commit 76487df709
3 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ private:
#ifndef UWS_HTTPRESPONSE_NO_WRITEMARK
if (!Super::getLoopData()->noMark) {
/* We only expose major version */
writeHeader("uWebSockets", "18");
writeHeader("uWebSockets", "19");
}
#endif
}