1
2nghttp2_stream_get_next_sibling
3===============================
4
5Synopsis
6--------
7
8*#include <nghttp2/nghttp2.h>*
9
10.. function:: nghttp2_stream * nghttp2_stream_get_next_sibling(nghttp2_stream *stream)
11
12
13    Returns the next sibling stream of *stream* in dependency tree.
14    Returns NULL if there is no such stream.
15