Skip to content

Make SoupClientInputStream GSeekable

Let's implement the Seekable interface as part of SoupClientInputStream, in order to help apps consuming libsoup to not make any differentiation on cases dealing with local or remote files.

The implementation is totally based on the implementation done on GVFS's GvfsHttpInputStream class.

Merge request reports