projects
/
platform
/
core
/
api
/
http.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
163eb24
)
Fixed build error
88/87188/1
accepted/tizen/common/20160907.154218
accepted/tizen/mobile/20160908.003515
accepted/tizen/wearable/20160908.003616
submit/tizen/20160907.012754
author
Seonah Moon
<seonah1.moon@samsung.com>
Wed, 7 Sep 2016 01:24:17 +0000
(10:24 +0900)
committer
Seonah Moon
<seonah1.moon@samsung.com>
Wed, 7 Sep 2016 01:24:39 +0000
(10:24 +0900)
Change-Id: Ieeb133663f6e9f0e2920c2949991a0adf6cb97e7
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
test/http_test.c
patch
|
blob
|
history
diff --git
a/test/http_test.c
b/test/http_test.c
index f4d1aa2c0d436dca75a3534e8dbd1e807a65a136..9d15c992092b0352e389441b0d36bdf30dc50972 100644
(file)
--- a/
test/http_test.c
+++ b/
test/http_test.c
@@
-135,7
+135,6
@@
void _write_message_body(http_transaction_h transaction, const char *file_path)
stat(file_path, &file_info);
file_size = file_info.st_size;
- DBG("File size (%d)", file_size);
fp = fopen(file_path, "rb");
while (fread(buf, 1, chunk_size, fp) > 0) {