mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 10:38:53 +08:00
Added spdylay_stream_add_pushed_stream
With this function and 3 new member in spdylay_stream, we can track server- pushed streams which associate them to this stream.
This commit is contained in:
@@ -27,11 +27,11 @@ check_PROGRAMS = main
|
||||
|
||||
OBJECTS = main.c spdylay_pq_test.c spdylay_map_test.c spdylay_queue_test.c \
|
||||
spdylay_buffer_test.c spdylay_zlib_test.c spdylay_session_test.c \
|
||||
spdylay_frame_test.c
|
||||
spdylay_frame_test.c spdylay_stream_test.c
|
||||
|
||||
HFILES = spdylay_pq_test.h spdylay_map_test.h spdylay_queue_test.h \
|
||||
spdylay_buffer_test.h spdylay_zlib_test.h spdylay_session_test.h \
|
||||
spdylay_frame_test.h
|
||||
spdylay_frame_test.h spdylay_stream_test.h
|
||||
|
||||
main_SOURCES = $(HFILES) $(OBJECTS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user