Commit 714ce0fa authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

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

This reverts commit 703ecf74.
parent 072c7424
......@@ -1273,9 +1273,6 @@ static int Request( access_t *p_access, uint64_t i_tell )
net_Printf( p_access, p_sys->fd, pvs, "Referer: %s\r\n",
p_sys->psz_referrer);
}
#ifdef HAVE_ZLIB_H
net_Printf( p_access, p_sys->fd, pvs, "Accept-Encoding: gzip, deflate\r\n" );
#endif
/* Offset */
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