]> git.sesse.net Git - ffmpeg/commit
http: Add support for reusing the http socket for subsequent requests
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 28 May 2012 13:03:54 +0000 (15:03 +0200)
committerMartin Storsjö <martin@martin.st>
Mon, 28 May 2012 13:42:40 +0000 (16:42 +0300)
commite999b641df85c4e7fa89dde1c681ddd1d38b0090
tree73ba099d5b1f6ebe7517aeca912de2592ce08c0b
parent3bdb438e6517ec342e93298de571688584050d68
http: Add support for reusing the http socket for subsequent requests

Introduce ff_http_do_new_request(), a new function which sends a new
HTTP request, reusing the existing connection to the server.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/http.c
libavformat/http.h