mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 10:38:53 +08:00
4876412f7d9644d4dc0834f5d439bcaa1a710273
Currently, resume_read() fails if on_read() returns -1 in case that evbuffer_add failed, which means, most likely, memory allocation failure. ClientHandler is marked "should be closed", but if evbuffer_add is failed, write callback will not be invoked and its marking is not evaluated. It will eventually be deleted when the client is disconnected or backend failure though.
See README.rst
Languages
C++
51.6%
C
38.3%
Go
4.1%
Python
1.8%
M4
1.7%
Other
2.5%