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

fixed example. some more comments added

This commit is contained in:
valenok
2010-07-05 19:37:53 +01:00
parent 5425b94f39
commit 88a224d808
3 changed files with 15 additions and 9 deletions

View File

@@ -4300,7 +4300,7 @@ mg_start(struct mg_config *config)
/*
* NOTE(lsm): order is important here. SSL certificates must
* be initialized before listening ports.
* be initialized before listening ports. UID must be set last.
*/
if (set_ssl_option(ctx) == MG_ERROR ||
set_ports_option(ctx) == MG_ERROR ||