mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +08:00
5bff48a15a0bf6f2d6f48eb10cb6839e5fcc662d
With the combination of HTTP/1 upstream and HTTP/2 downstream, downstream tells SHRPX_NO_BUFFER while connecting to the backend server. Previously, we did not call upstream resume_read and upload was blocked. This commit now calls upstream resume_read to unblock. This commit also remove pending output buffer size of Http2Session when calculating downstream connection's buffer is full. This is desirable since we only operate resume_read by stream basis.
See README.rst
Languages
C++
51.6%
C
38.3%
Go
4.1%
Python
1.8%
M4
1.7%
Other
2.5%