Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #259831

Category ffmpeg
Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
Changed at Wed 04 Mar 2026 09:49:53
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 142d999fdaa167fc84ed49bba56348dd882b93de

Comments

avformat/http: restore offset on http_open_cnx() failure
The retry path restores this offset, but the failure path does not. This
is especially important for the case of the continuation handler in
http_read_stream(), which may result in subsequent loop iterations (after
repeated failures to read additional data) seeking to the wrong offset.

Changed files