mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-11 12:14:41 +08:00
Update mg_next.md
This commit is contained in:
parent
43c317ef4c
commit
a5d2772082
@ -6,10 +6,10 @@ signature: |
|
|||||||
struct mg_connection *mg_next(struct mg_mgr *, struct mg_connection *);
|
struct mg_connection *mg_next(struct mg_mgr *, struct mg_connection *);
|
||||||
---
|
---
|
||||||
|
|
||||||
Iterate over all active connections.
|
Iterates over all active connections.
|
||||||
|
|
||||||
Returns next connection from the list
|
Returns the next connection from the list
|
||||||
of active connections, or `NULL` if there is no more connections. Below
|
of active connections or `NULL` if there are no more connections. Below
|
||||||
is the iteration idiom:
|
is the iteration idiom:
|
||||||
|
|
||||||
```c
|
```c
|
||||||
|
Loading…
Reference in New Issue
Block a user