1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-04-27 00:28:51 +03:00

7 Commits

Author SHA1 Message Date
bel
d264808e52 Clean usage of const/not const mg_context* and mg_connection* handles in the API.
The API had an inconsistant usage of `const mg_connection *` and `mg_connection *`,
that may cause warnings (e.g., #109). Now all non-const `mg_connection *` is only
required to read/write the connection.
2015-04-29 00:13:25 +02:00
Danny Al-Gaaf
ec9d5413a8 replace Windows CRLF with Unix newline
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2015-03-23 16:38:15 +01:00
bel
26ecfa7261 Update websocket example - stop websocket threads per server context instead of using a static variable 2014-08-11 00:30:14 +02:00
bel
624aed908d Update websocket example - store websocket clients per server context instead of using static variables 2014-08-11 00:22:07 +02:00
bel
56389ad023 Update websocket example - use new API functions 2014-08-10 23:49:49 +02:00
bel
aa2cded31f New + better websocket example 2013-12-10 20:41:32 +01:00
bel
c09392f7bd Replace trivial websocket example by a more illustrated one 2013-10-31 21:53:29 +01:00