This commit is contained in:
Andy Green 2018-08-10 14:14:31 +08:00
parent f37454ab17
commit b7e05ad590
2 changed files with 3 additions and 4 deletions

3
.mailmap Normal file
View File

@ -0,0 +1,3 @@
Andy Green <andy@warmcat.com> <andy.green@linaro.org>
Joakim Söderberg <joakim.soderberg@gmail.com>

View File

@ -3090,10 +3090,6 @@ typedef int (*lws_reload_func)(void);
* And it marks the context to be deleted when the number of active
* connections into it falls to zero.
*
* Otherwise if you attach the deprecated context to the replacement
* context when it has been created using lws_context_attach_deprecated()
* both any deprecated and the new context will service their connections.
*
* This is aimed at allowing seamless configuration reloads.
*
* The callback cb will be called after the listen sockets are actually