mongoose/docs
Dmitry Frank b9b20c6494 Implement mg_http_parse_header2()
Which is a replacement of (deprecated) `mg_http_parse_header`, but,
similarly to `asprintf`, allocates a new buffer if the client-provided
one is not large enough.

Also use it throughout mongoose code, and thus some header-related
limitations are removed; in particular,
https://github.com/cesanta/mongoose/issues/813 is fixed.

CL: Mongoose Web Server: Deprecate `mg_http_parse_header()` and implement `mg_http_parse_header2()` instead, which allocates a new buffer if the client-provided one is not large enough (similarly to `asprintf`).
CL: Mongoose Web Server: Fix limitations of header value lengths, e.g. when parsing authentication headers such as nonce, etc.

PUBLISHED_FROM=c75b1bbbbdb294ea85075ce69b1368f115fdd1ef
2018-02-07 23:04:29 +00:00
..
c-api Implement mg_http_parse_header2() 2018-02-07 23:04:29 +00:00
coap Move mongoose docs to https://cesanta.com/docs/ 2017-10-16 15:18:24 +00:00
core Refactor Mongoose documentation 2016-09-01 14:35:02 +00:00
dns Move mongoose docs to https://cesanta.com/docs/ 2017-10-16 15:18:24 +00:00
dns_resolver Update mongoose docs 2017-02-02 14:24:49 +00:00
http Move mongoose docs to https://cesanta.com/docs/ 2017-10-16 15:18:24 +00:00
media Reference media files in doc directly 2016-05-28 19:00:05 +01:00
mqtt Move mongoose docs to https://cesanta.com/docs/ 2017-10-16 15:18:24 +00:00
overview Move mongoose docs to https://cesanta.com/docs/ 2017-10-16 15:18:24 +00:00
intro.md Refactor Mongoose documentation 2016-09-01 14:35:02 +00:00