[vlc-devel] [PATCH 2/3] access: http: add special non media httpz protocol to force compression
Rémi Denis-Courmont
remi at remlab.net
Thu Apr 25 08:56:31 CEST 2013
On Wed, 24 Apr 2013 22:20:08 +0200, Francois Cartegnie <fcvlcdev at free.fr>
wrote:
> ---
> modules/access/http.c | 13 ++++++++++++-
> 1 files changed, 12 insertions(+), 1 deletions(-)
>
> diff --git a/modules/access/http.c b/modules/access/http.c
> index 5fbd461..895935b 100644
> --- a/modules/access/http.c
> +++ b/modules/access/http.c
> @@ -119,7 +119,7 @@ vlc_module_begin ()
> add_bool( "http-forward-cookies", true, FORWARD_COOKIES_TEXT,
> FORWARD_COOKIES_LONGTEXT, true )
> /* 'itpc' = iTunes Podcast */
> - add_shortcut( "http", "https", "unsv", "itpc", "icyx" )
> + add_shortcut( "http", "https", "unsv", "itpc", "icyx", "httpz" )
And what if I want to have zlib over HTTP/TLS? Seriously, if you really
cannot do this automatically, use an option.
--
Rémi Denis-Courmont
Sent from my collocated server
More information about the vlc-devel
mailing list