[vlc-commits] Revert "http access: advertize gzip encoding..." (fixes #7757)

Rémi Denis-Courmont git at videolan.org
Sun Nov 25 15:05:45 CET 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Nov 25 16:05:09 2012 +0200| [714ce0faae66c5916dd22091469c6e8a107c67cd] | committer: Rémi Denis-Courmont

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

This reverts commit 703ecf7456a80e8c967742f9f77d9643dfc7874a.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=714ce0faae66c5916dd22091469c6e8a107c67cd
---

 modules/access/http.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/access/http.c b/modules/access/http.c
index 93ab5c5..535f0bf 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -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 )
     {



More information about the vlc-commits mailing list