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:
parent
e887b2516f
commit
b7ccca4c47
|
@ -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
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue