Files
nghttp2/tests
Tatsuhiro Tsujikawa 505a300d93 Refuse PUSH_PROMISE while unacked local ENABLE_PUSH is 0
After we sent SETTINGS including ENABLE_PUSH = 0, peer may already
issue PUSH_PROMISE before receiving our SETTINGS and react it to
SETTINGS ACK.  Previously we accept this PUSH_PROMISE.  In this
commit, we check the pending ENABLE_PUSH value and if it means
disabling push, we refuse PUSH_PROMISE with RST_STREAM of error
REFUSED_STREAM.
2015-03-07 16:17:40 +09:00
..
2014-03-30 19:26:37 +09:00
2013-11-04 18:39:48 +09:00
2014-10-30 23:31:36 +09:00
2014-12-07 23:11:54 +09:00
2014-12-19 23:22:55 +09:00
2014-03-30 19:26:37 +09:00