I have disabled Cloudflare cache and cloudflare DNS proxy, disabled every HTTP/2 and QUIC setting in the LiteSpeed for the main server, the virtual host, and the listener. I have launched Google Chrome with
How can litespeed offer the alt-svc: quic= header when I have everything disabled? Obviously something is not. What can I check to ensure everything is off?
--incognito
and --disable-http2
options. I want to force everything to HTTP 1.1 for a test. In Google Chrome DevTools Network, it shows some requests are 1.1 but also shows that CSS, JS, files are still coming across as HTTP/2-QUIC46
. For example:
Code:
accept-ranges: bytes
alt-svc: quic=":443"; ma=2592000; v="39,43,46", h3-20=":443"; ma=2592000
cache-control: public, max-age=604800
content-encoding: br
content-length: 3826
content-type: application/javascript
date: Wed, 28 Aug 2019 14:36:14 GMT
etag: "2748-5d49bbff-f8f924a3eb7f2df8;br"
expires: Wed, 04 Sep 2019 14:36:14 GMT
last-modified: Tue, 06 Aug 2019 17:42:23 GMT
server: LiteSpeed
status: 200
vary: Accept-Encoding
Attachments
-
134.5 KB Views: 5