mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 19:19:00 +08:00
Merge pull request #1200 from Davonter/master
Fix README.md mg_mgr_free
This commit is contained in:
commit
25e3bbf039
@ -422,7 +422,7 @@ protocol-specific handler is called before user-specific handler. It parses
|
|||||||
incoming data and may invoke protocol-specific events like `MG_EV_HTTP_MSG`.
|
incoming data and may invoke protocol-specific events like `MG_EV_HTTP_MSG`.
|
||||||
|
|
||||||
|
|
||||||
### mh\_mgr\_free()
|
### mg\_mgr\_free()
|
||||||
|
|
||||||
```c
|
```c
|
||||||
void mg_mgr_free(struct mg_mgr *mgr);
|
void mg_mgr_free(struct mg_mgr *mgr);
|
||||||
|
Loading…
Reference in New Issue
Block a user