nghttp2/lib/includes/nghttp2
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.h Replace nghttp2_set_option with nghttp2_session_{client,server}_new2 2013-11-08 00:12:39 +09:00
nghttp2ver.h.in NGHTTP2_VERSION_NUM: have configure generate the define 2013-09-04 21:30:00 +09:00