(websocket server) Handle and accept firefox browser special upgrade value (keep-alive, Upgrade)

This commit is contained in:
Benjamin Sergeant
2021-05-27 10:54:10 -07:00
parent 97fedf9482
commit e3c98a03cc
5 changed files with 12 additions and 4 deletions

View File

@ -192,7 +192,7 @@ namespace ix
return ::inet_ntop(af, a0, s, l);
#endif
}
#if defined(_WIN32) && defined(__GNUC__)
static int hexval(unsigned c)
{