Commit b7ccca4c authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

examples: Add tiny-nghttpd

tiny-nghttpd is HTTP/2 server and its purpose is measure the
performance of nghttp2 library code.  Currently it only accepts direct
HTTP/2 connection only.
parent e887b251
...@@ -49,6 +49,10 @@ libevent_server_SOURCES = libevent-server.c ...@@ -49,6 +49,10 @@ libevent_server_SOURCES = libevent-server.c
deflate_SOURCES = deflate.c deflate_SOURCES = deflate.c
noinst_PROGRAMS += tiny-nghttpd
tiny_nghttpd_SOURCES = tiny-nghttpd.c
if ENABLE_ASIO_LIB if ENABLE_ASIO_LIB
noinst_PROGRAMS += asio-sv asio-sv2 noinst_PROGRAMS += asio-sv asio-sv2
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment