mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
mailmap
This commit is contained in:
parent
f37454ab17
commit
b7e05ad590
2 changed files with 3 additions and 4 deletions
3
.mailmap
Normal file
3
.mailmap
Normal file
|
@ -0,0 +1,3 @@
|
|||
Andy Green <andy@warmcat.com> <andy.green@linaro.org>
|
||||
Joakim Söderberg <joakim.soderberg@gmail.com>
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue