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.
This commit is contained in:
Tatsuhiro Tsujikawa 2014-09-27 15:20:40 +09:00
parent e887b2516f
commit b7ccca4c47
2 changed files with 1322 additions and 0 deletions

View File

@ -49,6 +49,10 @@ libevent_server_SOURCES = libevent-server.c
deflate_SOURCES = deflate.c
noinst_PROGRAMS += tiny-nghttpd
tiny_nghttpd_SOURCES = tiny-nghttpd.c
if ENABLE_ASIO_LIB
noinst_PROGRAMS += asio-sv asio-sv2

1318
examples/tiny-nghttpd.c Normal file

File diff suppressed because it is too large Load Diff