Skip to content

Commit 777b8e9

Browse files
committed
Merge branch 'dev' (Mongoose 6.12)
2 parents 1f5c3fa + 6df6426 commit 777b8e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+4022
-2550
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ the functionality:
6262
# Contributions
6363

6464
To submit contributions, sign [Cesanta CLA](https://cesanta.com/cla.html)
65-
and send GitHub pull request. You retain the copyright on your contributions.
65+
and send GitHub pull request.
6666

6767
# Looking for a pre-compiled Mongoose web server Windows or Mac binary?
6868
- [Download pre-compiled Mongoose web server binary.](https://www.cesanta.com/binary.html)

docs/c-api/mg_util.h/mg_url_encode.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@ signature: |
66
struct mg_str mg_url_encode(const struct mg_str src);
77
---
88

9-
URL-escape the specified string.
10-
All non-printable characters are escaped, plus `._-$,;~()/`.
11-
Input need not be NUL-terminated, but the returned string is.
12-
Returned string is heap-allocated and must be free()'d.
9+
Same as `mg_url_encode_opt(src, "._-$,;~()/", 0)`.
1310

0 commit comments

Comments
 (0)