nghttp2/lib
Tatsuhiro Tsujikawa 9ff1925538 Robust GOAWAY handling
This change will utilize last_stream_id in GOAWAY extensively.  When
GOAWAY is received with a last_stream_id, library closes all outgoing
streams whose stream_id > received last_stream_id.
nghttp2_on_stream_callback is called for each stream to be closed.

When GOAWAY is sent with a last_stream_id, library closes all incoming
streams whose stream_id > sent last_stream_id.
nghttp2_on_stream_callback is called for each stream to be closed.
2014-11-29 16:02:13 +09:00
..
includes Robust GOAWAY handling 2014-11-29 16:02:13 +09:00
Makefile.am Fix `make distcheck` 2014-09-28 23:29:57 +09:00
Makefile.msvc Move Makefile.msvc under lib 2014-09-24 00:44:45 +09:00
libnghttp2.pc.in libnghttp2: Remove dependency to zlib 2014-05-06 23:10:50 +09:00
nghttp2_buf.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_buf.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_callbacks.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_callbacks.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_frame.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_frame.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_hd.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_hd.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_hd_huffman.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_hd_huffman.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_hd_huffman_data.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_helper.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_helper.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_int.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_map.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_map.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_net.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_npn.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_npn.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_option.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_option.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_outbound_item.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_outbound_item.h Robust GOAWAY handling 2014-11-29 16:02:13 +09:00
nghttp2_pq.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_pq.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_priority_spec.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_priority_spec.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_queue.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_queue.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_session.c Robust GOAWAY handling 2014-11-29 16:02:13 +09:00
nghttp2_session.h Robust GOAWAY handling 2014-11-29 16:02:13 +09:00
nghttp2_stream.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_stream.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_submit.c Robust GOAWAY handling 2014-11-29 16:02:13 +09:00
nghttp2_submit.h Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00
nghttp2_version.c Reformat lines with clang-format-3.5 2014-11-27 23:56:30 +09:00