nicolasazrak / caddy-cache

Caching middleware for caddy
Mozilla Public License 2.0
110 stars 30 forks source link

http2 Push Dosn't work with cache plugin #38

Open KartoffelToby opened 5 years ago

KartoffelToby commented 5 years ago

Try to use this kind of config

example.com { gzip cache push proxy / 1.1.1.1 }

http2 push dosn't work

With

example.com { gzip push proxy / 1.1.1.1 }

http2 push will work

zerodayyy commented 5 years ago

+1'ing this issue, have this problem as well. More info in caddyserver/caddy#2666

Request waterfall with cache disabled: Cache disabled Request waterfall with cache enabled - pushing doesn't work: Cache enabled