You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added mg_wakeup_server_ex() for pushing messages to existing connections
Added MG_WS_HANDSHAKE and MG_WS_CONNECT events that are sent on
Websocket handshake is connection establishment, respectively
Removed server-side Lua support
Filesystem access, reading from socket/SSL performance improvements
DAV PROPFIND memory leak fixed
Added big_upload.c and enhanced upload.c example
Added proxy.c example that demonstrates proxy functionality and SSE pushes
Added websocket2.c example that shows simple web chat implementation
over websockets
Various minor fixes
Changes in pre-compiled binaries:
Created HTML administration console
When server is started, browser is started automatically
Fixed directory listing bug when directory contains # character
Removed built-in Lua Server Pages in the binary, and instead
added Mongoose + Lua developer bundle which has Lua Server Pages support.
That also solves external Lua modules loading problem.