aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.net
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/busybox.net
parent66dc9068eb582f3c11efb913086194a968fb4bee (diff)
downloadbusybox-w32-30f00a4286ff3109453b091585391de95867d92e.tar.gz
busybox-w32-30f00a4286ff3109453b091585391de95867d92e.tar.bz2
busybox-w32-30f00a4286ff3109453b091585391de95867d92e.zip
add missed attribution to httpd sendfile support
Diffstat (limited to 'docs/busybox.net')
-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 @@
16 <li>stop reading headers using 1-byte reads 16 <li>stop reading headers using 1-byte reads
17 <li>new option -v[v]: prints client addresses, HTTP codes returned, URLs 17 <li>new option -v[v]: prints client addresses, HTTP codes returned, URLs
18 <li>extended -p PORT to -p [IP[v6]:]PORT 18 <li>extended -p PORT to -p [IP[v6]:]PORT
19 <li>sendfile support 19 <li>sendfile support (by Pierre Metras &lt;genepi@sympatico.ca&gt;)
20 <li>add support for Status: CGI header 20 <li>add support for Status: CGI header
21 <li>fix CGI handling bug (we were closing wrong fd) 21 <li>fix CGI handling bug (we were closing wrong fd)
22 <li>CGI I/O loop still doesn't look 100% ok to me... 22 <li>CGI I/O loop still doesn't look 100% ok to me...