Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dnghttp.cc126 nghttp2_option_new(&http2_option); in Config()
127 nghttp2_option_set_peer_max_concurrent_streams(http2_option, in Config()
129 nghttp2_option_set_builtin_recv_extension_type(http2_option, NGHTTP2_ALTSVC); in Config()
130 nghttp2_option_set_builtin_recv_extension_type(http2_option, NGHTTP2_ORIGIN); in Config()
133 Config::~Config() { nghttp2_option_del(http2_option); } in ~Config()
1133 config.http2_option); in connection_made()
3085 config.http2_option, config.peer_max_concurrent_streams); in main()
3089 config.http2_option, config.encoder_header_table_size); in main()
Dnghttp.h74 nghttp2_option *http2_option; member