Skip to content

Implement skip for SoupClientInputStream and SoupFilterInputStream

q66 requested to merge q66/libsoup:stream-skip into master

this enables calling g_input_stream_skip on response body input streams and getting predictable behavior (i.e. read but without explicit storage)

Merge request reports