Added option LWIP_HTTPD_SUPPORT_EXTSTATUS

This commit is contained in:
goldsimon 2010-03-20 13:50:26 +00:00
parent f779310da6
commit 298991e83b

View File

@ -140,7 +140,13 @@
#define LWIP_HTTPD_STRNSTR_PRIVATE 0
#endif
/** ==1: support HTTP request coming in in multiple packets/pbufs */
/** Set this to one to show error pages when parsing a request fails instead
of simply closing the connection. */
#ifndef LWIP_HTTPD_SUPPORT_EXTSTATUS
#define LWIP_HTTPD_SUPPORT_EXTSTATUS 0
#endif
/** Set this to 1 to support HTTP request coming in in multiple packets/pbufs */
#ifndef LWIP_HTTPD_SUPPORT_REQUESTLIST
#define LWIP_HTTPD_SUPPORT_REQUESTLIST 0
#endif