Requests served from ServiceWorker are downgraded from HTTP/2 to HTTP/1.1
问题 I found a peculiar issue with service workers which apparently downgrades network request served via the worker to HTTP/1.1 even though the HTTP server is serving via HTTP/2. I have found this on all the sites serving on H2 with ServiceWorkers. I found this on my website and I thought it to be an issue with GatsbyJS. Apparently there is already an issue open which indicates a bug in Chromium. Is this the expected behavior? Where is this specced? Here is a link to my site. 回答1: This is one of