aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Hawke <paul.hawke@gmail.com>2013-06-18 17:20:36 -0400
committerPaul Hawke <paul.hawke@gmail.com>2013-06-18 17:20:36 -0400
commitd8cc726701b3438ef5d4fe2b16fa7c8b35f741a8 (patch)
tree2769bea701125cd3d860fa5cc8d57980501554b3 /README.md
parentfd6fd6541c570d40c2238b8b5f1ea6acccfc65b5 (diff)
downloadnanohttpd-d8cc726701b3438ef5d4fe2b16fa7c8b35f741a8.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 75753fd..a0a0548 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@
* All header names are converted lowercase so they don't vary between browsers/clients.
* Very low memory overhead when processing even the largest of requests.
* Temp file usage and threading model are easily cutomized.
+* Persistent connections (Connection "keep-alive") support allowing multiple requests to be served over a single socket connection.
## Webserver Features
* Supports both dynamic content and file serving.