本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
kris
/
httperf
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Fix a bug that ignored the --ssl-protocol parameter
master
Muzaffar Auhammud
6 年之前
父節點
b6d6b5f19c
當前提交
e57dfc478b
共有
1 個檔案被更改
,包括
2 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/httperf.c
+ 2
- 0
src/httperf.c
查看文件
@@ -668,6 +668,8 @@ main(int argc, char **argv)
param.ssl_ca_path = optarg;
else if (flag == ¶m.ssl_protocol)
{
param.use_ssl = 1;
if (strcasecmp (optarg, "auto") == 0)
param.ssl_protocol = 0;
#ifndef OPENSSL_NO_SSL2
Write
Preview
Loading…
取消
儲存