mirror of
https://github.com/nghttp2/nghttp2.git
synced 2026-03-27 16:29:17 +08:00
78d202ac3002d09a883cb01b3246d944a401c9cd
Now previous padding options are removed and instead we added select_padding_callback to select padding length for each frame by application. If this callback is not implemented by application, no padding is added. This change also fixes the broken session_detect_idle_stream() if stream_id is our side.
See README.rst
Languages
C++
51.6%
C
38.2%
Go
4.2%
Python
1.8%
M4
1.7%
Other
2.5%