Remove nghttp2_on_unknown_frame_recv_callback
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.
Showing
Please register or sign in to comment