OSDN Git Service

Modify the behaviour of http_open to implicitly delay connection establishment
authorJosh Allmann <joshua.allmann@gmail.com>
Tue, 8 Jun 2010 10:04:39 +0000 (10:04 +0000)
committerMartin Storsjö <martin@martin.st>
Tue, 8 Jun 2010 10:04:39 +0000 (10:04 +0000)
commit0f3254b83dcf7a13cabbf8a4ba271014b2ab147f
treeb1bcd0e87e295a3a62c5719d335ecdf09c49a565
parent8190f62f9b21b5013e2ce47073244b199482dd58
Modify the behaviour of http_open to implicitly delay connection establishment

The connection is made on the first http_read, http_write or http_seek.

Patch by Josh Allmann, joshua dot allmann at gmail

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