OSDN Git Service

http: Add support for using persistent connections
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 28 May 2012 13:03:19 +0000 (15:03 +0200)
committerMartin Storsjö <martin@martin.st>
Mon, 28 May 2012 13:42:14 +0000 (16:42 +0300)
commit3bdb438e6517ec342e93298de571688584050d68
tree9b57484b487ecb9d000e4bb6c2c2020f5674d735
parent0426c6931070a65a7ec8362d12038ef10fa015ee
http: Add support for using persistent connections

Add a new AVOption 'multiple_requests', which indicates if we want
to use persistent connections (ie. Connection: keep-alive).

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