git.joshuawise.com
/
netwatch.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add crc32.
[netwatch.git]
/
net
/
http
/
httpd.c
diff --git
a/net/http/httpd.c
b/net/http/httpd.c
index e8cdd53a0675c82b8a24f978021c154e9034e00a..3ecea9325566e774f888f1e8cd67b77415a919f0 100644
(file)
--- a/
net/http/httpd.c
+++ b/
net/http/httpd.c
@@
-84,6
+84,8
@@
send_data(struct tcp_pcb *pcb, struct http_state *hs)
len = hs->left;
LWIP_ASSERT((len == hs->left), "hs->left did not fit into u16_t!");
}
+
+ outputf("send_data trying %d bytes", len);
do {
err = tcp_write(pcb, hs->file, len, 0);
This page took
0.020184 seconds
and
4
git commands to generate.