]> git.sesse.net Git - ffmpeg/commit
http: Support relative URL redirection
authorZhang Rui <bbcallen@gmail.com>
Thu, 4 Jul 2013 09:18:52 +0000 (17:18 +0800)
committerMartin Storsjö <martin@martin.st>
Fri, 22 Nov 2013 12:27:04 +0000 (14:27 +0200)
commit393d80cc278e2b2f5c9e7805db176e6f28335a33
treec0513d35d65312a2d81d4619154720240b1b42fb
parent76267ecc82e3018e1913a2483d5fc47d0949cbd8
http: Support relative URL redirection

In RFC 2616, this was explicitly said to be an absolute URL,
while in an upcoming draft [1] it is allowed to be relative as well.

[1] http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-25#section-7.1.2

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