FFmpeg/libavformat
Aman Gupta 91a565e20f avformat/http: fix chunked response w/ multiple_requests=1
Currently if you use the multiple_requests=1 option and try to
receive a chunked-encoded response, http_buf_read() will hang forever.

After this patch, EOF is emulated once a 0-byte final chunk is
received by setting a new flag. This flag is reset in ff_http_do_new_request(),
which is used to make additional requests on the open socket.

Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: Aman Gupta <aman@tmm1.net>
2017-11-14 07:36:51 -08:00
..
2017-10-05 17:10:23 +02:00
2017-03-29 14:49:29 +02:00
2017-10-05 17:10:23 +02:00
2017-10-05 17:10:23 +02:00
2017-10-29 19:40:52 +02:00
2017-10-19 22:07:21 +02:00
2017-09-20 03:31:48 +02:00
2017-10-19 22:07:21 +02:00
2017-09-01 18:52:56 +08:00
2017-11-12 22:20:22 +08:00
2017-10-05 17:10:23 +02:00
2017-08-29 01:33:47 +02:00
2017-08-30 12:13:01 +02:00
2017-09-07 15:19:22 +02:00
2017-09-01 02:16:33 -03:00
2017-10-05 17:10:23 +02:00
2017-10-05 17:10:23 +02:00
2017-10-05 17:10:23 +02:00
2017-04-20 15:39:18 +00:00
2017-09-23 19:37:21 -03:00
2017-11-05 10:42:07 +01:00
2017-03-30 13:26:04 +02:00
2017-10-05 17:10:23 +02:00
2017-06-13 19:49:06 +02:00
2017-09-01 17:56:33 +02:00
2017-09-01 02:16:33 -03:00
2017-04-25 15:39:10 +02:00
2017-07-10 15:02:29 -04:00
2017-09-21 16:17:02 -08:00
2017-09-09 12:07:14 +02:00
2017-09-01 02:16:33 -03:00
2017-11-06 18:20:29 +01:00
2017-09-22 01:33:22 +02:00
2017-07-16 16:09:17 +01:00