OSDN Git Service

Close connection on EOF
authorRonald S. Bultje <rsbultje@gmail.com>
Sun, 4 Mar 2007 11:59:29 +0000 (11:59 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Sun, 4 Mar 2007 11:59:29 +0000 (11:59 +0000)
commit167c553176d1bd18863928d5afe12c8237d64b83
tree7bbd596b19866054df93b1cd347c2aae1f3a11f5
parent636d6a4a472d756cfb0ee845249e1e4f303e2134
Close connection on EOF
this makes downloading some asx files from MS
streaming servers work again (they would hang on eos).
The http request header property connection:close is needed for _some_
1.1 HTTP servers to close the connection at the end of file.
patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net%
Original thread:
Date: Mar 3, 2007 10:48 PM
Subject: [Ffmpeg-devel] [PATCH] close connection on end-of-file

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