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 new API function: mg_forward() for proxying functionality
Added new API function: mg_send_file_data() for sending file data
Added new utility API functions: mg_mmap() and mg_munmap()
Changed the way SSL settings are handled: removed ssl_certificate and ssl_ca_certificate options, and instead made listening_port accept ssl://PORT:SSL_CERT:CA_CERT notation
Added ability to listen on multiple ports, see listening_port documentation