httpd_req_buf is only used within LwIP.
 
Symbols
loading...
Files
loading...

httpd_req_buf variable

HTTP request is copied here from pbufs for simple parsing

Syntax

static char httpd_req_buf[LWIP_HTTPD_MAX_REQ_LENGTH + 1];

References

LocationReferrerText
httpd.c:166
static char httpd_req_buf[LWIP_HTTPD_MAX_REQ_LENGTH + 1];
httpd.c:1996http_parse_request()
pbuf_copy_partial(hs->req, httpd_req_buf, data_len, 0);
httpd.c:1997http_parse_request()
data = httpd_req_buf;

Data Use

Functions reading httpd_req_buf
httpd_req_buf
all items filtered out