mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
CGI needs to copy httpd_conn because it is volatile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2058 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -156,6 +156,14 @@
|
|||||||
# define CONFIG_THTTPD_MAXREALLOC 4096
|
# define CONFIG_THTTPD_MAXREALLOC 4096
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
# ifndef CONFIG_THTTPD_CGIINBUFFERSIZE
|
||||||
|
# define CONFIG_THTTPD_CGIINBUFFERSIZE 512 /* Size of buffer to interpose input */
|
||||||
|
# endif
|
||||||
|
|
||||||
|
# ifndef CONFIG_THTTPD_CGIOUTBUFFERSIZE
|
||||||
|
# define CONFIG_THTTPD_CGIOUTBUFFERSIZE 512 /* Size of buffer to interpose output */
|
||||||
|
# endif
|
||||||
|
|
||||||
# if CONFIG_THTTPD_IOBUFFERSIZE > 65535
|
# if CONFIG_THTTPD_IOBUFFERSIZE > 65535
|
||||||
# error "Can't use uint16 for buffer size"
|
# error "Can't use uint16 for buffer size"
|
||||||
# endif
|
# endif
|
||||||
|
|||||||
+154
-107
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user