docs: swap _all_protocol_vhost cut and paste
https://github.com/warmcat/libwebsockets/issues/989
This commit is contained in:
parent
5da9ce2f06
commit
872e8d7e9d
1 changed files with 3 additions and 3 deletions
|
@ -3921,7 +3921,7 @@ lws_callback_on_writable(struct lws *wsi);
|
|||
|
||||
/**
|
||||
* lws_callback_on_writable_all_protocol() - Request a callback for all
|
||||
* connections on same vhost using the given protocol when it
|
||||
* connections using the given protocol when it
|
||||
* becomes possible to write to each socket without
|
||||
* blocking in turn.
|
||||
*
|
||||
|
@ -3938,8 +3938,8 @@ lws_callback_on_writable_all_protocol(const struct lws_context *context,
|
|||
|
||||
/**
|
||||
* lws_callback_on_writable_all_protocol_vhost() - Request a callback for
|
||||
* all connections using the given protocol when it
|
||||
* becomes possible to write to each socket without
|
||||
* all connections on same vhost using the given protocol
|
||||
* when it becomes possible to write to each socket without
|
||||
* blocking in turn.
|
||||
*
|
||||
* \param vhost: Only consider connections on this lws_vhost
|
||||
|
|
Loading…
Add table
Reference in a new issue