nghttp2/examples
Tatsuhiro Tsujikawa 4f027c1562 libnghttp2: Remove dependency to zlib
We inherited gzip compression API from spdylay codebase.  In spdylay,
the cost of having such API is almost free because spdylay requires
zlib for header compression.  nghttp2 no longer uses gzip to header
compression.  zlib dependency exists just for gzip compression API,
which is not an essential.  So we decided to move gzip code to under
src and remove zlib dependency from libnghttp2 itself.  As nghttp2
package, we depend on zlib to compile tools under src.
2014-05-06 23:10:50 +09:00
..
.gitignore Update .gitignore 2014-01-11 01:05:42 +09:00
Makefile.am Replace HTTP/2.0 with HTTP/2 2014-03-30 19:26:37 +09:00
client.c libnghttp2: Remove dependency to zlib 2014-05-06 23:10:50 +09:00
libevent-client.c examples: Zero clear callbacks 2014-05-01 10:46:08 +09:00
libevent-server.c examples: Zero clear callbacks 2014-05-01 10:46:08 +09:00