本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Immanuel
/
btpd
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Remove a couple of forgotten debug printfs.
master
Richard Nyberg
18 年之前
父節點
8c5200b568
當前提交
568d116335
共有
1 個檔案被更改
,包括
0 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
misc/http_client.c
+ 0
- 2
misc/http_client.c
查看文件
@@ -338,7 +338,6 @@ http_read_cb(int sd, short type, void *arg)
if (nr == EAGAIN)
goto more;
else {
printf("read err\n");
http_error(req);
return;
}
@@ -379,7 +378,6 @@ out:
}
return;
error:
printf("http write err\n");
http_error(req);
}
Write
Preview
Loading…
取消
儲存