[FFmpeg-devel] [PATCH]libavformat/http: fix http error eof

Ronald S. Bultje rsbultje at gmail.com
Thu Jun 1 14:48:38 EEST 2017


Hi,

On Thu, Jun 1, 2017 at 2:27 AM, raymond zheng <raymondzheng1412 at gmail.com>
wrote:

> This patch is only for solving the bug introduced by chunksize has been
> initial set as UINT64 MAX.
>

I understand. So what will happen if the server responds that the chunksize
is really actually UINT64_MAX? How do we distinguish between that and
chunksize being unset (which is what UINT64_MAX currently means)? We'll
need a flag to indicate whether chunksize is specified by the server or
not, right?

Ronald


More information about the ffmpeg-devel mailing list