이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Immanuel
/
btpd
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
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);
}
쓰기
미리보기
불러오는 중...
취소
저장