• Tatsuhiro Tsujikawa's avatar
    Remove nghttp2_on_unknown_frame_recv_callback · 53ee21ca
    Tatsuhiro Tsujikawa authored
    It is not used by library for a while.  It could be used to pass
    unsupported extension frames to application, but its interface
    requires library to buffer entire frame, which we'd like to avoid.
    For unsupported extension frames, we will add new callbacks which does
    not require buffering if they are required.
    53ee21ca
shrpx_http2_upstream.cc 41.2 KB