diff options
Diffstat (limited to 'network/darkhttpd/README')
-rw-r--r-- | network/darkhttpd/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/darkhttpd/README b/network/darkhttpd/README index 4b210b0faaf8..89026de41872 100644 --- a/network/darkhttpd/README +++ b/network/darkhttpd/README @@ -11,8 +11,8 @@ Features: * Event loop, single-threaded -- no fork() or pthreads. * Generates directory listings. * Supports HTTP GET and HEAD requests. -* Supports Range / partial content. (Try streaming music files or resuming - a download.) +* Supports Range / partial content. (Try streaming music files or + resuming a download.) * Supports If-Modified-Since. * Supports Keep-Alive connections. * Can serve 301 redirects based on Host header. |