mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 11:57:43 +08:00
fixed one compiling error in http moduel
This commit is contained in:
parent
dcf6ae2c51
commit
038edbb9e1
@ -6,7 +6,7 @@
|
|||||||
#include "http/lib_http.h"
|
#include "http/lib_http.h"
|
||||||
#include "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;
|
int var_http_tls_cache = 50;
|
||||||
|
|
||||||
void http_buf_size_set(http_off_t size)
|
void http_buf_size_set(http_off_t size)
|
||||||
|
Loading…
Reference in New Issue
Block a user