This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
btpd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove a couple of forgotten debug printfs.
master
Richard Nyberg
18 years ago
parent
8c5200b568
commit
568d116335
1 changed files
with
0 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
misc/http_client.c
+ 0
- 2
misc/http_client.c
View File
@@ -338,7 +338,6 @@ http_read_cb(int sd, short type, void *arg)
if (nr == EAGAIN)
if (nr == EAGAIN)
goto more;
goto more;
else {
else {
printf("read err\n");
http_error(req);
http_error(req);
return;
return;
}
}
@@ -379,7 +378,6 @@ out:
}
}
return;
return;
error:
error:
printf("http write err\n");
http_error(req);
http_error(req);
}
}
Write
Preview
Loading…
Cancel
Save