Xuqiang Chen
Xuqiang Chen
 why foo() and bar() Line numbers not with a ▶ character: 
## openssl编译选项中no-threads选项与enable-async选项似乎是冲突的 我在尝试使用openssl源码库作为依赖编译Tengine时,使用了如下的配置: ``` ./configure --with-http_ssl_module --prefix=${install_path} --with-openssl=${openssl_src_path} --with-http_v2_module --with-openssl-async --with-openssl-opt=enable-async ``` nginx被成功编译出来了,同时我启用了ssl_async on的配置;此时我使用 ``` curl -k https://localhost:443/index.html ``` 拉取index.html,报了如下错误: ``` [root@localhost logs]# curl -k https://localhost:443/index.html curl: (35) OpenSSL SSL_connect:...