Tatsuhiro Tsujikawa a7031da364 Fix bug that idle self-depending PRIORITY is not handled gracefully
Previously, we did not handle PRIORITY frame which depends on itself
and for idle stream.  As a result, nghttp2_session_mem_recv (or
nghttp2_session_recv) returne NGHTTP2_ERR_NOMEM.  The error code was
still misleading.  It was not out of memory, and we failed to insert
hash map because of duplicated key, which was treated as out of
memory.  This commit fixes this issue, by explicitly checking
dependency for incoming PRIORITY for all cases.
2015-06-21 16:02:32 +09:00
2015-06-12 22:38:32 +09:00
2012-10-27 14:54:06 -07:00
2015-03-29 18:40:37 +09:00
2015-04-09 23:30:12 +09:00
2014-03-30 19:26:37 +09:00
2012-01-18 00:53:12 +09:00
2012-01-18 00:53:12 +09:00
2014-10-27 21:27:41 +09:00
2014-10-27 21:27:41 +09:00
2014-10-27 21:27:41 +09:00
2015-06-07 12:55:22 +09:00
2015-06-06 23:32:32 +09:00
2015-01-10 00:37:42 +09:00
2014-02-05 23:12:53 +09:00
2014-10-27 21:24:41 +09:00
2015-04-21 23:48:45 +09:00
2013-07-13 00:43:06 +09:00
2015-03-25 21:04:49 +08:00
2014-11-27 23:56:29 +09:00
2012-01-18 00:53:12 +09:00
2015-06-20 11:02:33 +01:00

See README.rst
Description
No description provided
Readme 34 MiB
Languages
C++ 50.2%
C 40%
Go 4%
Python 2%
M4 1.6%
Other 2.2%