nghttp2/lib/includes
Tatsuhiro Tsujikawa 2ae788eddd Replace nghttp2_set_option with nghttp2_session_{client,server}_new2
nghttp2_session_client_new2 and nghttp2_session_server_new2 take
additional parameters which specifies session options.
nghttp2_set_option is somewhat crumsy because of type checking.
Now we use nghttp2_opt_set, which specifies individual options with
types. We changed the value of nghttp2_opt, so this change will
require re-compile.
2013-11-08 00:12:39 +09:00
..
nghttp2 Replace nghttp2_set_option with nghttp2_session_{client,server}_new2 2013-11-08 00:12:39 +09:00
Makefile.am Rebranding nghttp2 2013-07-13 00:43:06 +09:00