Browse Source

fix:http上报缓存一样扩大

Dozingfiretruck 2 years ago
parent
commit
5b4f2bdeed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/network/libhttp/luat_http.h

+ 1 - 1
components/network/libhttp/luat_http.h

@@ -1,7 +1,7 @@
 #ifndef LUAT_HTTP_H
 #define LUAT_HTTP_H
 
-#define HTTP_RESP_HEADER_MAX_SIZE 	(4096)
+#define HTTP_RESP_HEADER_MAX_SIZE 	(8192)
 #define HTTP_RESP_BUFF_SIZE 		(8192)
 
 #define HTTP_OK 			(0)