This website works better with JavaScript.
首頁
探索
說明
登入
kris
/
httperf
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Stray line feed in fqdname causes --add-header and --add-header-file header records to be ignored by server.
ahc_fix_select^2
Stephen Jazdzewski
9 年之前
committed by
Stephen Jazdzewski
父節點
0c7d127883
當前提交
feca4978ba
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/conn.c
+ 1
- 0
src/conn.c
查看文件
@@ -112,6 +112,7 @@ conn_init(Conn *conn)
conn->sd = -1;
conn->myport = -1;
conn->line.iov_base = conn->line_buf;
conn->fqdname_len = strcspn(conn->fqdname,"\r\n"); // Chomp since used in Host header record
#ifdef HAVE_SSL
if (param.use_ssl) {
Write
Preview
Loading…
取消
儲存