• Tatsuhiro Tsujikawa's avatar
    Add APIs to return the number of data that remote endpoint can send · 5cf21ec1
    Tatsuhiro Tsujikawa authored
    2 APIs are added.  nghttp2_session_get_local_window_size() returns the
    amount of data that the remote endpoint can send without receiving
    connection level WINDOW_UPDATE.
    nghttp2_session_get_stream_local_window_size() returns the amount of
    data that the remote endpoint can send without receiving stream level
    WINDOW_UPDATE.
    5cf21ec1
nghttp2_session.c 227 KB