Commit 9ccecb62 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Revert "http access: advertize gzip encoding ..." (fixes #7757)

This reverts commit 4087c7c0.
parent 329bb890
...@@ -1266,9 +1266,6 @@ static int Request( access_t *p_access, uint64_t i_tell ) ...@@ -1266,9 +1266,6 @@ static int Request( access_t *p_access, uint64_t i_tell )
net_Printf( p_access, p_sys->fd, pvs, "Referer: %s\r\n", net_Printf( p_access, p_sys->fd, pvs, "Referer: %s\r\n",
p_sys->psz_referrer); p_sys->psz_referrer);
} }
#ifdef HAVE_ZLIB_H
net_Printf( p_access, p_sys->fd, pvs, "Accept-Encoding: gzip, deflate\r\n" );
#endif
/* Offset */ /* Offset */
if( p_sys->i_version == 1 && ! p_sys->b_continuous ) if( p_sys->i_version == 1 && ! p_sys->b_continuous )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment