diff options
-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 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 <genepi@sympatico.ca>) |
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... |