Home
last modified time | relevance | path

Searched refs:no_tls (Results 1 - 3 of 3) sorted by relevance

/third_party/nghttp2/src/
H A Dnghttpd.cc342 config.no_tls = true; in main()
432 if (argc - optind < (config.no_tls ? 1 : 3)) { in main()
448 if (!config.no_tls) { in main()
H A DHttpServer.h79 bool no_tls; member
H A DHttpServer.cc113 no_tls(false), in Config()
1022 auto scheme = get_config()->no_tls ? StringRef::from_lit("http") in submit_push_promise()
2124 if (!config_->no_tls) { in run()

Completed in 5 milliseconds