diff options
author | Denis Vlasenko | 2007-08-24 11:18:21 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-08-24 11:18:21 +0000 |
commit | 30f00a4286ff3109453b091585391de95867d92e (patch) | |
tree | b8581fafdc76fa792c3d66100a0fc9e572c05405 /docs/busybox.net | |
parent | 66dc9068eb582f3c11efb913086194a968fb4bee (diff) | |
download | busybox-30f00a4286ff3109453b091585391de95867d92e.zip busybox-30f00a4286ff3109453b091585391de95867d92e.tar.gz |
add missed attribution to httpd sendfile support
Diffstat (limited to 'docs/busybox.net')
-rw-r--r-- | docs/busybox.net/news.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index f99d3bc..0db69e5 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 <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... |