-
Dmitry Frank authored
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
b9b20c64
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
mbuf.h | ||
mg_coap.h | ||
mg_dns.h | ||
mg_dns_server.h | ||
mg_http.h | ||
mg_http_client.h | ||
mg_http_server.h | ||
mg_mqtt.h | ||
mg_mqtt_server.h | ||
mg_net.h | ||
mg_resolv.h | ||
mg_uri.h | ||
mg_util.h | ||
intro.md |