Re: [squid-users] youtube video, caching, disabling QUIC

2016-01-04 Thread Amos Jeffries
On 1/01/2016 2:45 a.m., massimo.s...@asl.bergamo.it wrote: > When you request a video on Youtube, its web servers send two new HTTP > headers to the browser : > > alt-svc > alternate-protocol > > suggesting to the browser to switch to the new protocol QUIC. > > > Unfortunately

Re: [squid-users] youtube video, caching, disabling QUIC

2015-12-31 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 http://wiki.squid-cache.org/KnowledgeBase/Block%20QUIC%20protocol 31.12.15 19:45, massimo.s...@asl.bergamo.it пишет: > When you request a video on Youtube, its web servers send two new HTTP > headers to the browser : > > alt-svc >

Re: [squid-users] youtube video, caching, disabling QUIC

2015-12-31 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 # Disable alternate protocols request_header_access Alternate-Protocol deny all reply_header_access Alternate-Protocol deny all + (additional recommended) on network equipment: ! Cisco, for example remark Deny alternate protocols deny udp any

[squid-users] youtube video, caching, disabling QUIC

2015-12-31 Thread Massimo . Sala
When you request a video on Youtube, its web servers send two new HTTP headers to the browser : alt-svc alternate-protocol suggesting to the browser to switch to the new protocol QUIC. Unfortunately 1) QUIC, working over UDP, is not cacheable by squid 3.4 2) even if cacheable