~videolan/vlc/full-packaging.precise

« back to all changes in this revision

Viewing changes to modules/access/http.c

  • Committer: Benjamin Drung
  • Date: 2013-01-05 13:46:14 UTC
  • mfrom: (1.2.21)
  • Revision ID: git-v1:07a3a5e528c10ebaea2391d8a458724208b0c851
Merge tag 'upstream/2.0.5' into precise

Upstream version 2.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * http.c: HTTP input module
3
3
 *****************************************************************************
4
4
 * Copyright (C) 2001-2008 the VideoLAN team
5
 
 * $Id: 392a189e5089c0709f907485abe89a75521ecb71 $
 
5
 * $Id: d662b4e697ec7b36be7f5d718636e27104a4cdee $
6
6
 *
7
7
 * Authors: Laurent Aimar <fenrir@via.ecp.fr>
8
8
 *          Christophe Massiot <massiot@via.ecp.fr>
1266
1266
        net_Printf( p_access, p_sys->fd, pvs, "Referer: %s\r\n",
1267
1267
                    p_sys->psz_referrer);
1268
1268
    }
1269
 
#ifdef HAVE_ZLIB_H
1270
 
    net_Printf( p_access, p_sys->fd, pvs, "Accept-Encoding: gzip, deflate\r\n" );
1271
 
#endif
1272
1269
    /* Offset */
1273
1270
    if( p_sys->i_version == 1 && ! p_sys->b_continuous )
1274
1271
    {