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

LWIP_HTTPD_REQ_BUFSIZE macro

Number of (TCP payload-) bytes (in pbufs) to enqueue to parse and incoming request (up to the first double-newline)

Syntax

#define LWIP_HTTPD_REQ_BUFSIZE LWIP_HTTPD_MAX_REQ_LENGTH

References

LocationText
httpd_opts.h:266
#define LWIP_HTTPD_REQ_BUFSIZE LWIP_HTTPD_MAX_REQ_LENGTH
httpd.c:2109
if ((hs->req->tot_len <= LWIP_HTTPD_REQ_BUFSIZE) &&