OSDN Git Service

Reset chunksize back to zero (= no chunked encoding) after each new open
authorRonald S. Bultje <rsbultje@gmail.com>
Sun, 20 Jun 2010 21:41:02 +0000 (21:41 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Sun, 20 Jun 2010 21:41:02 +0000 (21:41 +0000)
commit45c611a95b8edac2d4a28b00f4bc6fa5701642cb
tree9be9ab66eb813b2fcacaa7375dd2d140a39fa1b2
parentf37246952a65c675c1e4a229ea95a0f82f32b084
Reset chunksize back to zero (= no chunked encoding) after each new open
connection (e.g. a seek). This fixes the theoretical case where a server
sends a file first using chunked encoding, and then using non-chunked
encoding.

Originally committed as revision 23665 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/http.c