This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Immanuel
/
btpd
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
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…
Откажи
Сачувај