Xuqiang Chen

Results 2 issues of Xuqiang Chen

![image](https://github.com/rubrikinc/wachy/assets/25763174/5f15b427-22a6-4937-9fc8-40fcefbec1da) why foo() and bar() Line numbers not with a ▶ character: ![image](https://github.com/rubrikinc/wachy/assets/25763174/48fc93ba-cb8f-499b-a423-17bb64cc71cb)

## 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:...