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.