Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Aug 24, 2014
1 parent d1e8fa1 commit 5bbe568
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
spdylay 1.3.1
=============

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.



spdylay 1.3.0
=============

Expand Down

0 comments on commit 5bbe568

Please sign in to comment.