Fix: conn is tickable if it wants to send a connection-level frame

This commit is contained in:
Dmitri Tikhonov 2018-04-25 11:42:51 -04:00
parent aa0d8cfff0
commit 130d542a00
2 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,8 @@
- [BUGFIX] sendctl checks for all unacked bytes, not just retx bytes.
- [BUGFIX] connections with blocked scheduled packets are not tickable
for sending.
- [BUGFIX] Conn is tickable if it wants to send a connection-level
frame.
2018-04-23