1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-07-29 21:01:13 +03:00

Websocket example should show creation and deletion of websocket connections

This commit is contained in:
bel
2014-01-12 14:13:51 +01:00
parent c471b9bdc9
commit 6766951f38
2 changed files with 5 additions and 3 deletions

View File

@ -16,7 +16,7 @@ int main(void)
"document_root", "../../examples/websocket",
/* port: use http standard to match websocket url in websock.htm: ws://127.0.0.1/MyWebSock */
/* if the port is changed here, it needs to be changed in websock.htm as wenn */
/* if the port is changed here, it needs to be changed in websock.htm as well */
"listening_ports", "80",
NULL