diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:34:43 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:34:43 -0400 |
commit | a5016fa85160057d7eebe0a25354fbb648847868 (patch) | |
tree | dff96a23bb2ea07cac3d67c9bd4e663e00beb761 /network/darkhttpd/README | |
parent | ef489145f13b635b1bb7404e7959fab4b9f4bfdf (diff) |
network/darkhttpd: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 4b210b0faaf82..89026de418729 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. |