MiniWebsvr is a small Web server that aims to one
day be embeddable. It supports static Web pages,
directory listing, HTTP MIME encodings,
GET/HEAD/OPTIONS, and logging to disk. It has a
small memory footprint, is multi-threaded, and
supports command line options, conditional GET:,
If-Modified-Since:, and range-bound downloads
(download resuming).
License: GNU Lesser General Public License (LGPL)
Changes:
An off-by-one buffer overflow/underflow issue was
fixed. This can cause the server to never respond
to a request (since Forces wait on I/O). In some
cases, it causes a segfault.