Home
last modified time | relevance | path

Searched refs:SW_HTTP2_DEFAULT_MAX_HEADER_LIST_SIZE (Results 1 – 2 of 2) sorted by relevance

/dports/devel/pecl-swoole/swoole-4.8.5/include/
H A Dswoole_config.h240 #define SW_HTTP2_DEFAULT_MAX_HEADER_LIST_SIZE (1 << 12) macro
H A Dswoole_http2.h148 settings->max_header_list_size = SW_HTTP2_DEFAULT_MAX_HEADER_LIST_SIZE; in init_settings()