• Tatsuhiro Tsujikawa's avatar
    Replace nghttp2_set_option with nghttp2_session_{client,server}_new2 · 2ae788ed
    Tatsuhiro Tsujikawa authored
    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.
    2ae788ed
shrpx_http2_session.cc 38.7 KB