ninenines / cowlib

Support library for manipulating Web protocols.
ISC License
281 stars 172 forks source link

Return lingering_data when received data in lingering #82

Closed tony612 closed 5 years ago

tony612 commented 5 years ago

This fixes an incorrect connection window size issue when we receive a data frame of lingering streams. Otherwise connection window size will be inconsistent with peers and peers won't send data after that.

essen commented 5 years ago

Thanks!