github tatsuhiro-t/spdylay v1.3.0
spdylay v1.3.0

latest releases: v1.4.0, v1.3.2, v1.3.1...
10 years ago

Release Note

This release adds new API function spdylay_session_consume() and the
new option SPDYLAY_OPT_NO_AUTO_WINDOW_UPDATE2 to enable that
functionality. This is a preferred way to manually control local flow
window. This effectively deprecates SPDYLAY_OPT_NO_AUTO_WINDOW_UPDATE
option.

Changes

  • Add spdylay_session_consume() API

    This function is back ported from nghttp2 project. This is a
    preferred way to manually control flow window.
    SPDYLAY_OPT_NO_AUTO_WINDOW_UPDATE is not deprecated. New
    application should use SPDYLAY_OPT_NO_AUTO_WINDOW_UPDATE2 and use
    spdylay_session_consume() to tell the library how many bytes
    application consumed.

Don't miss a new spdylay release

NewReleases is sending notifications on new releases.