• Tatsuhiro Tsujikawa's avatar
    Allow frame submission immediately after nghttp2_submit_{request,headers,pp} · bbe4f5a3
    Tatsuhiro Tsujikawa authored
    This commit makes handling of outgoing HEADERS and PUSH_PROMISE in the
    same priority of other frames on the stream, so these frames are
    processed in the order they are submitted.  This allows application to
    submit frames to a stream returned by nghttp2_submit_{request,
    headers, push_promise} immediately.  The only exception is
    WINDOW_UPDATA frame, which requires nghttp2_stream object, which is
    not created yet.
    bbe4f5a3
nghttp2_session_test.c 200 KB