• Tatsuhiro Tsujikawa's avatar
    Move frame_type parameter in front of stream_id · 0b1ab90f
    Tatsuhiro Tsujikawa authored
    This commit moves frame_type parameter of
    nghttp2_data_soruce_read_length_callback in front of stream_id
    parameter.  The motivation is that other callback is generally put
    frame related parameters first.  To make it consistent, we move
    frame_type, which is frame ralted parameter, to the left.
    0b1ab90f
nghttp2_session_test.c 207 KB