Rename to http-server-fast

This commit is contained in:
Vinnie Falco
2017-06-24 12:45:38 -07:00
parent e7b01dc5c4
commit 84d7601bdf
8 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -71,8 +71,8 @@ over a TLS connection. Requires OpenSSL to build.
This example implements a very simple HTTP server with
some optimizations suitable for calculating benchmarks.
* [repo_file example/http-server/fields_alloc.hpp]
* [repo_file example/http-server/http_server.cpp]
* [repo_file example/http-server-fast/fields_alloc.hpp]
* [repo_file example/http-server-fast/http_server.cpp]
[endsect]