Tatsuhiro Tsujikawa b685747643 Add nghttp2_submit_shutdown_notice() to start graceful shutdown
nghttp2_submit_shutdown_notice() is used to notify the client that
graceful shutdown is started.  We expect that after this call, the
server application should send another GOAWAY using
nghttp2_submit_goaway() with appropriate last_stream_id.  In this
commit, we also added nghttp2_session_get_last_proc_stream_id(), which
can be used as last_stream_id parameter.

This commit implements graceful shutdown in nghttpx.  The integration
test for graceful shutdown is also added.
2015-01-22 23:21:58 +09:00
..
2014-09-24 00:44:45 +09:00
2014-12-08 00:55:55 +09:00
2014-12-08 00:55:55 +09:00
2014-12-18 21:02:44 +09:00
2014-12-08 00:55:55 +09:00
2014-12-08 00:55:55 +09:00
2014-12-08 00:55:55 +09:00
2015-01-09 20:56:37 +09:00
2014-12-08 00:55:55 +09:00
2014-12-08 00:55:55 +09:00
2014-12-08 00:55:55 +09:00