Tatsuhiro Tsujikawa 4876412f7d shrpx: Check return value of HttpsUpstream::resume_read()
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.
2013-02-09 17:03:03 +09:00
2013-02-02 20:54:54 +09:00
2012-10-27 14:54:06 -07:00
2013-01-27 16:48:52 +09:00
2012-04-24 22:51:06 +09:00
2012-01-18 00:53:12 +09:00
2012-01-18 00:53:12 +09:00
2012-01-27 01:40:18 +09:00
2013-01-12 17:06:12 +09:00
2013-01-12 17:55:18 +09:00
2012-01-18 00:53:12 +09:00
2013-01-12 16:43:08 +09:00
2012-08-02 23:58:52 +09:00

See README.rst
Description
nghttp2 - HTTP/2 C Library and tools
Readme 43 MiB
Languages
C++ 51.6%
C 38.3%
Go 4.1%
Python 1.8%
M4 1.7%
Other 2.5%