Change #272376
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Tue 23 Jun 2026 20:33:00 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | f87323a35994ffb833945c6e67029c74629ed704 |
Comments
avformat/http: properly fall back on soft seek failure If the HTTP server still has stale bytes in the TCP receive buffer, but the underlying conection was already closed, then the http_open_cnx() call might fail even though we successfully drained the previous request. In this case, there is no proper fallback to a new connection, leading to sudden truncation. Sponsored-by: nxtedition AB Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libavformat/http.c