aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-24 11:18:21 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-24 11:18:21 +0000
commit30f00a4286ff3109453b091585391de95867d92e (patch)
treeb8581fafdc76fa792c3d66100a0fc9e572c05405 /docs
parent66dc9068eb582f3c11efb913086194a968fb4bee (diff)
downloadbusybox-30f00a4286ff3109453b091585391de95867d92e.tar.gz
add missed attribution to httpd sendfile support
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.net/news.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index f99d3bc0a..0db69e576 100644
--- 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 &lt;genepi@sympatico.ca&gt;)
<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...