From 749cc08f52bf4bc5318fbaa4db053b01c565d0c4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 4 Mar 2014 23:16:46 +0900 Subject: [PATCH] Update README.rst --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a5c5f2f6..324decb5 100644 --- a/README.rst +++ b/README.rst @@ -268,8 +268,7 @@ The HTTP Upgrade is performed like this:: nghttpd - server ++++++++++++++++ -``nghttpd`` is a static web server. It is single threaded and -multiplexes connections using non-blocking socket. +``nghttpd`` is a multi-threaded static web server. By default, it uses SSL/TLS connection. Use ``--no-tls`` option to disable it.