[vlc-devel] [PATCH 0/4] Old HTTP features removal

Rémi Denis-Courmont remi at remlab.net
Thu Jun 30 21:49:55 CEST 2016


	Hello,

This removes features from the old HTTP plugin that are handled by the
new HTTP "2" plugin. At the same time, this works around bugs in some
buggy HTTP servers.

Unfortunately, this breaks the corresponding features for password-
protected streams and HTTP proxies, pending support for those in the
HTTP 2 plugin.

The following changes since commit 5a2b502bc16a09cacbad611f6e79a1cd44396721:

  http: inline one function (2016-06-30 22:40:54 +0300)

are available in the git repository at:

  http://git.remlab.net/git/vlc.git

for you to fetch changes up to f3fb9881339434a5d99e3427d3c1358e4584bd68:

  http: use HTTP 1.0 version (2016-06-30 22:41:30 +0300)

----------------------------------------------------------------
Rémi Denis-Courmont (4):
      http: remove TLS support
      http: remove cookies support
      http: remove seek support
      http: use HTTP 1.0 version

 modules/access/http.c | 323 
++++----------------------------------------------
 1 file changed, 26 insertions(+), 297 deletions(-)

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list