nghttp2_stream_get_previous_sibling =================================== Synopsis -------- *#include * .. function:: nghttp2_stream * nghttp2_stream_get_previous_sibling(nghttp2_stream *stream) .. warning:: Deprecated. :rfc:`7540` priorities are deprecated by :rfc:`9113`. Consider migrating to :rfc:`9218` extensible prioritization scheme. In the future release after the end of 2024, this function will always return NULL. Returns the previous sibling stream of *stream* in dependency tree. Returns NULL if there is no such stream.