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

latest releases: v1.4.0, v1.3.2
9 years ago

Release Note

This release fix the bug in spdylay_session_consume function.

Changes

  • Fix bug that connection window is consumed excessively

    Previously we consider bytes as consumed in
    spdylay_session_mem_recv() even if it is not ignored and is passing
    to application. As a result, excessive number of bytes are
    considered as consumed and library sends excessive amount of
    WINDOW_UPDATE to peer. This commit fixes this bug.

Don't miss a new spdylay release

NewReleases is sending notifications on new releases.