projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66dc906
)
add missed attribution to httpd sendfile support
author
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 24 Aug 2007 11:18:21 +0000
(11:18 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Fri, 24 Aug 2007 11:18:21 +0000
(11:18 -0000)
docs/busybox.net/news.html
patch
|
blob
|
history
diff --git
a/docs/busybox.net/news.html
b/docs/busybox.net/news.html
index f99d3bc0af3383ee80dabdd9d95418e952e2349c..0db69e576cd22fb00b5ddca46afbdd8d3226b19e 100644
(file)
--- a/
docs/busybox.net/news.html
+++ b/
docs/busybox.net/news.html
@@
-16,7
+16,7
@@
<li>stop reading headers using 1-byte reads
<li>new option -v[v]: prints client addresses, HTTP codes returned, URLs
<li>extended -p PORT to -p [IP[v6]:]PORT
- <li>sendfile support
+ <li>sendfile support
(by Pierre Metras <genepi@sympatico.ca>)
<li>add support for Status: CGI header
<li>fix CGI handling bug (we were closing wrong fd)
<li>CGI I/O loop still doesn't look 100% ok to me...