Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libwebsockets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Fork
libwebsockets
Commits
12a00ea8
Commit
12a00ea8
authored
Aug 16, 2017
by
Andy Green
Browse files
Options
Downloads
Patches
Plain Diff
docs: swap _all_protocol_vhost cut and paste
https://github.com/warmcat/libwebsockets/issues/989
parent
e99d725e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/libwebsockets.h
+3
-3
3 additions, 3 deletions
lib/libwebsockets.h
with
3 additions
and
3 deletions
lib/libwebsockets.h
+
3
−
3
View file @
12a00ea8
...
@@ -3568,7 +3568,7 @@ lws_callback_on_writable(struct lws *wsi);
...
@@ -3568,7 +3568,7 @@ lws_callback_on_writable(struct lws *wsi);
/**
/**
* lws_callback_on_writable_all_protocol() - Request a callback for all
* 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
* becomes possible to write to each socket without
* blocking in turn.
* blocking in turn.
*
*
...
@@ -3585,8 +3585,8 @@ lws_callback_on_writable_all_protocol(const struct lws_context *context,
...
@@ -3585,8 +3585,8 @@ lws_callback_on_writable_all_protocol(const struct lws_context *context,
/**
/**
* lws_callback_on_writable_all_protocol_vhost() - Request a callback for
* lws_callback_on_writable_all_protocol_vhost() - Request a callback for
* all connections using the given protocol
when it
* all connections
on same vhost
using the given protocol
* becomes possible to write to each socket without
*
when it
becomes possible to write to each socket without
* blocking in turn.
* blocking in turn.
*
*
* \param vhost: Only consider connections on this lws_vhost
* \param vhost: Only consider connections on this lws_vhost
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment