fixed one compiling error in http moduel

This commit is contained in:
zhengshuxin 2023-08-24 17:20:16 +08:00
parent dcf6ae2c51
commit 038edbb9e1

View File

@ -6,7 +6,7 @@
#include "http/lib_http.h"
#include "http.h"
http_off_t var_http_buf_size = HTTP_BSIZE;
http_off_t var_http_buf_size = HTTP_BUF_SIZE;
int var_http_tls_cache = 50;
void http_buf_size_set(http_off_t size)