repositories
/
deb_shairplay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c73aec
)
Add more debugging information to httpd.c
author
Juho Vähä-Herttua
<juhovh@iki.fi>
Thu, 10 Jan 2013 16:56:14 +0000
(18:56 +0200)
committer
Juho Vähä-Herttua
<juhovh@iki.fi>
Thu, 10 Jan 2013 18:31:32 +0000
(20:31 +0200)
src/lib/httpd.c
patch
|
blob
|
blame
|
history
diff --git
a/src/lib/httpd.c
b/src/lib/httpd.c
index dfd3d6b6a2a167587ef02e1d77e8cd23b16d695b..0f82b261fe34c12e81717fb447acaa33f4170dcb 100644
(file)
--- a/
src/lib/httpd.c
+++ b/
src/lib/httpd.c
@@
-311,6
+311,8
@@
httpd_thread(void *arg)
logger_log(httpd->logger, LOGGER_INFO, "Didn't get response");
}
http_response_destroy(response);
+ } else {
+ logger_log(httpd->logger, LOGGER_DEBUG, "Request not complete, waiting for more data...");
}
}
}