OSDN Git Service

http: Return EOF at the end of the content even if the connection isn't closed
authorMartin Storsjö <martin@martin.st>
Mon, 9 Aug 2010 08:14:48 +0000 (08:14 +0000)
committerMartin Storsjö <martin@martin.st>
Mon, 9 Aug 2010 08:14:48 +0000 (08:14 +0000)
commitf240ed18efd80abc6df0bdce13cf0ca708f283ae
tree655c3f92fa78ff9f781174294553392b7050954b
parent46a76dec932d496a1482b359106cf313e20ea946
http: Return EOF at the end of the content even if the connection isn't closed

We do request Connection: close, but some servers ignore it.

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