Set UHTTPD_MAX_HEADER_NUM to 50

Signed-off-by: zhaojh329 <zhaojh329@gmail.com>
main
zhaojh329 2020-09-07 00:41:16 +08:00
parent 30729cf9e7
commit e02e9b07f8
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#include "config.h"
#define UHTTPD_CONNECTION_TIMEOUT 30.0
#define UHTTPD_MAX_HEADER_NUM 20
#define UHTTPD_MAX_HEADER_NUM 50
#define CONN_F_SEND_AND_CLOSE (1 << 0) /* Push remaining data and close */
#define CONN_F_SSL_HANDSHAKE_DONE (1 << 1) /* SSL hanshake has completed */