]> git.sesse.net Git - ffmpeg/commit
avformat/http: split the fragment part from the HTTP URL before the request
authorMarton Balint <cus@passwd.hu>
Mon, 3 Feb 2020 22:06:09 +0000 (23:06 +0100)
committerMarton Balint <cus@passwd.hu>
Sat, 15 Feb 2020 17:41:36 +0000 (18:41 +0100)
commit987ce96d41d21a120e6109f9bb1e3a9dcddbf30b
tree5c9814bf75dece2c7fbe6cfbd172f373a86f3d18
parent554576b6cfe79a91d37e14d3617ca417562085db
avformat/http: split the fragment part from the HTTP URL before the request

RFC 3986 states that the fragment identifier is separated from the rest of the
URI prior to a dereference, and thus the identifying information within the
fragment itself is dereferenced solely by the user agent.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/http.c