d56ecd7414
The existing nghttp2_session_consume() affects both connection and stream level flow control windows. The new functions only affects either connection or stream. There is some interesting use cases. For example, we may want to pause a stream by not sending WINDOW_UPDATE, meanwhile we want to continue to process other streams. In this case, we use nghttp2_session_consume_connection() to tell library that only connection level window is recovered. The relevant discussion: https://code.google.com/p/chromium/issues/detail?id=473259 |
||
---|---|---|
.. | ||
nghttp2 | ||
Makefile.am |